Paramjit Singh Sahota(OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-bug-1062121-psa into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
  Bug #1062121 in OpenERP Web: "[7.0@r3168] Journal config - Layout problems in 
Firefox"
  https://bugs.launchpad.net/openerp-web/+bug/1062121

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1062121-psa/+merge/128666

Hello,

I had improved code for the group_cell where I had improved the alignment of 
the group for making it to align right.
     
Thankz & Regardz,
-Paramjit (PSA)
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1062121-psa/+merge/128666
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-1062121-psa.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-10-08 15:54:10 +0000
+++ addons/web/static/src/css/base.css	2012-10-09 10:04:33 +0000
@@ -2119,6 +2119,7 @@
 .openerp .oe_form .oe_form_group {
   width: 100%;
   margin: 9px 0 9px 0;
+  float:right;
 }
 .openerp .oe_form .oe_form_group .oe_form_group_cell.oe_group_right {
   padding-left: 20px;

=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass	2012-10-08 15:54:10 +0000
+++ addons/web/static/src/css/base.sass	2012-10-09 10:04:33 +0000
@@ -1680,6 +1680,7 @@
         .oe_form_group
             width: 100%
             margin: 9px 0 9px 0
+            float: right
             .oe_form_group_cell.oe_group_right
                 padding-left: 20px
     // }}}

_______________________________________________
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