3
0
Fork 0

[FIX] web_responsive : fixed the issue of fullscreen (#873)

Fixes #859
10.0
Serpent Consulting Services Pvt. Ltd 2018-02-22 14:13:22 +05:30 committed by Pedro M. Baeza
parent 2418568068
commit 11642cf718
3 changed files with 21 additions and 1 deletions

View File

@ -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
----------

View File

@ -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)",

View File

@ -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 {