mirror of https://github.com/OCA/web.git
[11.0][FIX] web_responsive: Loading indicator
parent
5095b427c9
commit
50c069e393
|
@ -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, "
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue