[FIX] rename all references to web_hide_menu

This commit is contained in:
Holger Brunn
2015-05-04 12:19:57 +02:00
parent 8a73c90a16
commit 5823fc4898
4 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,33 @@
.openerp.openerp_webclient_container
{
height: 100%;
}
.openerp .oe_leftbar
{
display: block;
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
z-index: 100;
width: auto;
}
.openerp .oe_leftbar > div
{
width: auto;
}
.openerp .oe_leftbar > div > div > div
{
overflow-y: auto;
}
.openerp .oe_leftbar > div > div > div > div.oe_secondary_menus_container
{
position: static;
}
#oe_main_menu_navbar
{
position: absolute;
left: 0px;
right: 0px;
top: 0px;
}