forked from Techsystech/web
parent
2418568068
commit
11642cf718
|
@ -92,6 +92,7 @@ Contributors
|
|||
* Jairo Llopis <jairo.llopis@tecnativa.com>
|
||||
* Dennis Sluijk <d.sluijk@onestein.nl>
|
||||
* Sergio Teruel <sergio.teruel@tecnativa.com>
|
||||
* Serpent Consulting Services Pvt. Ltd.<jay.vora@serpentcs.com>
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"name": "Web Responsive",
|
||||
"summary": "It provides a mobile compliant interface for Odoo Community "
|
||||
"web",
|
||||
"version": "10.0.1.2.2",
|
||||
"version": "10.0.1.2.3",
|
||||
"category": "Website",
|
||||
"website": "https://laslabs.com/",
|
||||
"author": "LasLabs, Tecnativa, Odoo Community Association (OCA)",
|
||||
|
|
|
@ -46,6 +46,25 @@ main {
|
|||
}
|
||||
|
||||
.o_web_client {
|
||||
&.o_fullscreen {
|
||||
#oe_main_menu_navbar {
|
||||
display: none;
|
||||
}
|
||||
.o_main .o_sub_menu {
|
||||
display: none;
|
||||
}
|
||||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
.navbar-default main-nav{
|
||||
display: none
|
||||
}
|
||||
.main-nav{
|
||||
display: none
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
>.o_main {
|
||||
overflow: auto;
|
||||
> .o_main_content {
|
||||
|
|
Loading…
Reference in New Issue