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
1=== modified file 'addons/web/static/src/css/base.css'
2--- addons/web/static/src/css/base.css 2013-06-07 16:03:07 +0000
3+++ addons/web/static/src/css/base.css 2013-06-10 07:16:28 +0000
4@@ -2367,6 +2367,7 @@
5 width: 100%;
6 display: inline-block;
7 padding: 2px 2px 2px 0px;
8+ vertical-align: top;
9 }
10 .openerp .oe_form .oe_form_field input {
11 margin: 0px;