[FIX] Fixed float menus toggler under firefox

bzr revid: fme@openerp.com-20111011134417-4vsfwtkq2g10b2j7
This commit is contained in:
Fabien Meghazi 2011-10-11 15:44:17 +02:00
parent 027b46bcac
commit ce1f472d57
1 changed files with 2 additions and 1 deletions

View File

@ -300,7 +300,7 @@ label.error {
text-shadow: 0 1px 0 #333;
text-align: center;
font-size: 18px;
line-height: 14px;
line-height: 18px;
right: 0;
}
.openerp .secondary_menu.oe_folded .oe_toggle_secondary_menu {
@ -325,6 +325,7 @@ label.error {
background: #5A5858;
vertical-align: top;
height: 100%;
display: block;
position: relative;
}
.openerp .secondary_menu.oe_folded {