Merge lp:~openerp-dev/openerp-web/7.0-opw-590181-dhs into lp:openerp-web/7.0

Proposed by Dhruti Shastri(OpenERP)
Status: Merged
Merged at revision: 4014
Proposed branch: lp:~openerp-dev/openerp-web/7.0-opw-590181-dhs
Merge into: lp:openerp-web/7.0
Diff against target: 11 lines (+1/-0)
1 file modified
addons/web/static/src/css/base.css (+1/-0)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-opw-590181-dhs
Reviewer Review Type Date Requested Status
Naresh(OpenERP) Pending
Review via email: mp+168366@code.launchpad.net

Description of the change

In Firefox, the Quantities and Unit of Measure fields in the form view of the BoM are not perfectly on the same height.

back-ported from trunk rev : 3686

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css 2013-06-07 16:03:07 +0000
+++ addons/web/static/src/css/base.css 2013-06-10 07:16:28 +0000
@@ -2367,6 +2367,7 @@
2367 width: 100%;2367 width: 100%;
2368 display: inline-block;2368 display: inline-block;
2369 padding: 2px 2px 2px 0px;2369 padding: 2px 2px 2px 0px;
2370 vertical-align: top;
2370}2371}
2371.openerp .oe_form .oe_form_field input {2372.openerp .oe_form .oe_form_field input {
2372 margin: 0px;2373 margin: 0px;