fix css of generate_card

This commit is contained in:
May Zin Oo
2018-03-05 12:09:53 +06:30
parent b5b2b829c6
commit 567c494e28
2 changed files with 9 additions and 3 deletions

View File

@@ -266,4 +266,10 @@ hr
.ul.multiselect-container > li> a> label{
padding-left: 10px;
}
.adjust_height{
padding: 0.46rem 0rem;
line-height: 1.35;
}
.btn_height {
padding: .6rem 1rem;
}

View File

@@ -10,8 +10,8 @@
<%= form_tag generate_card_account_items_path,:method => :post do %>
<%= hidden_field_tag 'id', params[:id] %>
<%= label_tag(:qty, "Qty:") %>
<%= text_field_tag(:qty) %>
<%= submit_tag("Generate") %>
<%= text_field_tag :qty, "", class: 'adjust_height' %>
<%= submit_tag("Generate", :class=>"btn btn-primary btn_height") %>
<% end %>
</div>
</div>