Make the VAT rate input less wide for xs devices in the task form

This commit is contained in:
Paul van Tilburg 2015-06-20 18:54:16 +02:00
parent 01c8e205ae
commit 0af0b169ba
1 changed files with 2 additions and 1 deletions

View File

@ -2312,7 +2312,8 @@ module StopTime::Views
end
end
_form_input_with_label("VAT rate", "vat_rate", :number,
:class => "col_sm_2 col_xs_4", :input_addon => "%")
:control_class => "col_sm_2 col_xs_4",
:input_addon => "%")
if @task.billed?
div.form_group do
label.control_label.col_sm_2.col_xs_4 "Billed in invoice"