Paramjit Singh Sahota(OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-form-field-psa into 
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE.

Requested reviews:
  OpenERP R&D Team (openerp-dev)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-form-field-psa/+merge/127687

Hello Sir,

I had Improved code for the form field which is not proper in mozilla.
    Steps of reproduce:
      1).   Sales > Customers > Create [in that in ADDRESS section the "STATE" 
selection field is slightly up than the normal field.]
      2).   Sales > Leads > Create [in that in ADDRESS section the "STATE" 
selection field is slightly up than the normal field.]

Thankz You,
  -PSA.


-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-form-field-psa/+merge/127687
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-form-field-psa into 
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-10-03 06:44:26 +0000
+++ addons/web/static/src/css/base.css	2012-10-03 09:43:32 +0000
@@ -2207,6 +2207,9 @@
   display: inline-block;
   padding: 2px 2px 2px 0px;
 }
+.openerp .oe_form .oe_form_field {
+  display: -moz-stack;
+}
 .openerp .oe_form .oe_form_field input {
   margin: 0px;
 }

=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass	2012-10-03 06:44:26 +0000
+++ addons/web/static/src/css/base.sass	2012-10-03 09:43:32 +0000
@@ -1747,6 +1747,8 @@
             width: 100%
             display: inline-block
             padding: 2px 2px 2px 0px
+        .oe_form_field
+            display: -moz-stack
             input
                 margin: 0px
         input[type="text"], input[type="password"], input[type="file"], select

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to