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",
|
||||
"summary": "It provides a mobile compliant interface for Odoo Community "
|
||||
"web",
|
||||
"version": "11.0.2.0.2",
|
||||
"version": "11.0.2.0.3",
|
||||
"category": "Website",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"author": "LasLabs, Tecnativa, Alexandre Díaz, "
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/* Copyright 2016 LasLabs Inc.
|
||||
* Copyright 2019 Alexandre Díaz
|
||||
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
|
||||
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -55,6 +57,10 @@ main {
|
|||
}
|
||||
}
|
||||
|
||||
>.o_loading {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
>.o_main {
|
||||
overflow: auto;
|
||||
> .o_main_content {
|
||||
|
|
Loading…
Reference in New Issue