Anandkumar (OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE-form-field-required-pan 
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-IE-form-field-required-pan/+merge/127720

Hello,

    Improved code for required field in h1 which is not proper placed in mozila 
and IE9.
steps to reproduce:
   Human Resource management >> job Possition >> create ["Job name" whch is 
misplaced]

Thanks,
pan   
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-css-FF-IE-form-field-required-pan/+merge/127720
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openerp-web/trunk-improve-css-FF-IE-form-field-required-pan 
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 11:25:27 +0000
@@ -2305,6 +2305,9 @@
   margin-bottom: 32px;
   text-align: justify;
 }
+.openerp .oe_form h1 .oe_form_required{
+  float: left;
+}
 .openerp .oe_form_editable .oe_form .oe_form_field_integer {
   width: 6em !important;
 }

=== 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 11:25:27 +0000
@@ -1819,6 +1819,9 @@
             margin-top: 32px 
             margin-bottom: 32px
             text-align: justify
+        h1 .oe_form_required
+            float: left
+        
             
     .oe_form_editable
         .oe_form

_______________________________________________
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