Bhumi Thakkar (Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/7.0-bug-1098574-bth into lp:openerp-web/7.0.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1098574 in OpenERP Web: "hit box of menu items is large and can 
sometimes overflow the page content on its right"
  https://bugs.launchpad.net/openerp-web/+bug/1098574

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1098574-bth/+merge/143266

Hello,

 Fixed: hit box of menu items is large and can sometimes overflow the page 
content on its right.

To Reproduce:
Open Accounting => Configuration => Accounts => Templates => Taxes

Submenu of Taxes menu come out side of leftbar from right side also when click 
on menu selected menu is coming out side of leftbar from right side.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/7.0-bug-1098574-bth/+merge/143266
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/7.0-bug-1098574-bth.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2013-01-09 13:18:48 +0000
+++ addons/web/static/src/css/base.css	2013-01-15 10:27:25 +0000
@@ -1242,8 +1242,6 @@
 .openerp .oe_secondary_submenu {
   padding: 2px 0 8px 0;
   margin: 0;
-  width: 220px;
-  display: inline-block;
 }
 .openerp .oe_secondary_submenu li {
   position: relative;

=== modified file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass	2013-01-09 13:18:48 +0000
+++ addons/web/static/src/css/base.sass	2013-01-15 10:27:25 +0000
@@ -1009,8 +1009,6 @@
     .oe_secondary_submenu
         padding: 2px 0 8px 0
         margin: 0
-        width: 220px
-        display: inline-block
         li
             position: relative
             margin: 0

_______________________________________________
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

Reply via email to