fix css of generate_card
This commit is contained in:
@@ -266,4 +266,10 @@ hr
|
|||||||
.ul.multiselect-container > li> a> label{
|
.ul.multiselect-container > li> a> label{
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
.adjust_height{
|
||||||
|
padding: 0.46rem 0rem;
|
||||||
|
line-height: 1.35;
|
||||||
|
}
|
||||||
|
.btn_height {
|
||||||
|
padding: .6rem 1rem;
|
||||||
|
}
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
<%= form_tag generate_card_account_items_path,:method => :post do %>
|
<%= form_tag generate_card_account_items_path,:method => :post do %>
|
||||||
<%= hidden_field_tag 'id', params[:id] %>
|
<%= hidden_field_tag 'id', params[:id] %>
|
||||||
<%= label_tag(:qty, "Qty:") %>
|
<%= label_tag(:qty, "Qty:") %>
|
||||||
<%= text_field_tag(:qty) %>
|
<%= text_field_tag :qty, "", class: 'adjust_height' %>
|
||||||
<%= submit_tag("Generate") %>
|
<%= submit_tag("Generate", :class=>"btn btn-primary btn_height") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user