Paramjit Singh Sahota(OpenERP) has proposed merging lp:~openerp-dev/openerp-web/7.0-bug-1095976-psa into lp:openerp-web/7.0.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #1095976 in OpenERP Web: "bad size background button" https://bugs.launchpad.net/openerp-web/+bug/1095976 For more details, see: https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1095976-psa/+merge/141880 Hello, Fixed the issue where the background of the Submenu in leftbar breaks out from the leftbar. > bad size background button Edit Thankz YoU. -PSA. -- https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1095976-psa/+merge/141880 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/7.0-bug-1095976-psa.
=== modified file 'addons/web/static/src/css/base.css' --- addons/web/static/src/css/base.css 2013-01-03 17:42:14 +0000 +++ addons/web/static/src/css/base.css 2013-01-04 10:21:21 +0000 @@ -1242,7 +1242,7 @@ .openerp .oe_secondary_submenu { padding: 2px 0 8px 0; margin: 0; - width: 220px; + width: 100%; display: inline-block; } .openerp .oe_secondary_submenu li { === modified file 'addons/web/static/src/css/base.sass' --- addons/web/static/src/css/base.sass 2013-01-03 17:42:14 +0000 +++ addons/web/static/src/css/base.sass 2013-01-04 10:21:21 +0000 @@ -1009,7 +1009,7 @@ .oe_secondary_submenu padding: 2px 0 8px 0 margin: 0 - width: 220px + width: 100% display: inline-block li position: relative
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp