[11.0][FIX] web_responsive: Loading indicator

pull/1248/head
Alexandre Díaz 2019-04-07 04:28:16 +02:00 committed by Dennis Sluijk
parent 5095b427c9
commit 50c069e393
2 changed files with 7 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.2", "version": "11.0.2.0.3",
"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

@ -1,6 +1,8 @@
/* Copyright 2016 LasLabs Inc. /* Copyright 2016 LasLabs Inc.
* Copyright 2019 Alexandre Díaz
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */ * License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
body { body {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -55,6 +57,10 @@ main {
} }
} }
>.o_loading {
z-index: 10;
}
>.o_main { >.o_main {
overflow: auto; overflow: auto;
> .o_main_content { > .o_main_content {