app/assets/stylesheets/invoice_bar/forms.css.scss in invoice_bar-0.0.6 vs app/assets/stylesheets/invoice_bar/forms.css.scss in invoice_bar-0.0.7

- old
+ new

@@ -2,59 +2,57 @@ form input.suggested { border: 2px solid #999999; } form input.optional {} form .item-input-box { float: left; } form .item { - clear: both; - - .name { width: 300px; input { width: 219px; } } - .unit { width: 90px; input { width: 40px; text-align: right; } } - .number { width: 108px; input { width: 40px; text-align: right; } } - .price { width: 210px; input { width: 100px; text-align: right; } } - .remove { padding-top: 5px; padding-left: 3px; } + clear: both; + + .name { width: 300px; input { width: 219px; } } + .unit { width: 90px; input { width: 40px; text-align: right; } } + .number { width: 108px; input { width: 40px; text-align: right; } } + .price { width: 210px; input { width: 100px; text-align: right; } } + .remove { padding-top: 5px; padding-left: 3px; } } //form .item { clear: both; } body input.contact_name { width: 90%; } body select.contact_name-select { width: 76%; margin-right: 1%; } -body input.contact_ic { width: 70%; } -body input.contact_dic { width: 90%; } +body input.contact_tax_id { width: 70%; } +body input.contact_tax_id2 { width: 90%; } .radio { float: left; width: 60px } // Submit buttons .load-ic-button { padding: 5px 5px; } .load-contact-button { padding: 4px 5px; } // Displaying errors in forms body .field_with_errors { - input { border-color: #DB490B; } - - input.city, - input.postcode, - input.street, - input.street_number { float: left; } + input { border-color: #DB490B; } + + input.city, + input.postcode, + input.street, + input.street_number { float: left; } } input.city, input.postcode, input.street, input.street_number { float: left; } .add-on { float: left; } .error_explanation { - font-size: 17px; - - h2 { padding-top: 0; text-align: left; } + font-size: 17px; + + h2 { padding-top: 0; text-align: left; } } - // Filter form form .smaller { width: 100px; } - // Address form input.city { width: 126px; margin-left: 7px; } input.postcode { width: 50px; text-align: center; } input.street { width: 126px; } -input.street_number { width: 50px; margin-left: 7px; } \ No newline at end of file +input.street_number { width: 50px; margin-left: 7px; }