You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
516 B

.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;
}