mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] rename all references to web_hide_menu
This commit is contained in:
33
web_menu_autohide/static/src/css/web_menu_autohide.css
Normal file
33
web_menu_autohide/static/src/css/web_menu_autohide.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user