mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
26 lines
351 B
CSS
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;
|
|
}
|