Files
web/web_menu_autohide/static/src/css/web_menu_autohide.css
2015-05-04 13:57:02 +02:00

26 lines
351 B
CSS

.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;
}
#oe_main_menu_navbar
{
position: absolute;
left: 0px;
right: 0px;
top: 0px;
}