Paramjit Singh Sahota(OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-buttons-not-proper-placed-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-buttons-not-proper-placed-psa/+merge/127744

Hello Sir,

I had improved code for the BUTTONS which are not at their proper position in 
Form view[Mozila].

Steps to reproduces:->
    Sales >> Customer >> Create

When we try to create the customer in that form view the buttons [(Meetings) 
(Calls) (Opportunities) (Quotations and Sales)] which are displayed on right 
side in the form view are not properly placed compare to chrome and IE9.

Thankz You,
  -PSA.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-buttons-not-proper-placed-psa/+merge/127744
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-buttons-not-proper-placed-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 12:41:23 +0000
@@ -445,7 +445,7 @@
   visibility: hidden;
 }
 .openerp .oe_button_box {
-  width: 270px;
+  width: 280px;
   text-align: right;
 }
 .openerp .oe_button_box button {
@@ -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 12:41:23 +0000
@@ -412,7 +412,7 @@
         clear: both
         visibility: hidden
     .oe_button_box
-        width: 270px
+        width: 280px
         text-align: right
         button
             margin: 4px
@@ -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