[11] Backport web_responsive fix #873 to v11 (#1089)

* Backport fix to web_responsive

See more at: 93a3bf5a1a

* Update version

* Follow comments.

* Clean as suggested.
pull/1342/head
Luis Guzman 2018-10-24 02:12:59 -05:00 committed by Jairo Llopis
parent fad3ec6c27
commit f508c724d5
2 changed files with 10 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"name": "Web Responsive", "name": "Web Responsive",
"summary": "It provides a mobile compliant interface for Odoo Community " "summary": "It provides a mobile compliant interface for Odoo Community "
"web", "web",
"version": "11.0.2.0.1", "version": "11.0.2.0.2",
"category": "Website", "category": "Website",
"website": "https://github.com/OCA/web", "website": "https://github.com/OCA/web",
"author": "LasLabs, Tecnativa, Alexandre Díaz, " "author": "LasLabs, Tecnativa, Alexandre Díaz, "

View File

@ -46,6 +46,15 @@ main {
} }
.o_web_client { .o_web_client {
&.o_fullscreen {
#oe_main_menu_navbar,
.o_main .o_sub_menu,
.navbar,
.main-nav{
display: none
}
}
>.o_main { >.o_main {
overflow: auto; overflow: auto;
> .o_main_content { > .o_main_content {