Browse Source

[11.0][FIX] web_responsive: Loading indicator

pull/1248/head
Alexandre Díaz 5 years ago
committed by Dennis Sluijk
parent
commit
50c069e393
  1. 2
      web_responsive/__manifest__.py
  2. 6
      web_responsive/static/src/less/main.less

2
web_responsive/__manifest__.py

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

6
web_responsive/static/src/less/main.less

@ -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…
Cancel
Save