summaryrefslogtreecommitdiff
path: root/addons/web/doc/module/15
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/web/doc/module/15
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/web/doc/module/15')
-rw-r--r--addons/web/doc/module/1519
1 files changed, 19 insertions, 0 deletions
diff --git a/addons/web/doc/module/15 b/addons/web/doc/module/15
new file mode 100644
index 00000000..d82abee3
--- /dev/null
+++ b/addons/web/doc/module/15
@@ -0,0 +1,19 @@
+# HG changeset patch
+# Parent e2d2e1a4cc2d2496aebeb05d94768384427c9e8b
+diff --git a/static/src/css/web_example.css b/static/src/css/web_example.css
+--- a/static/src/css/web_example.css
++++ b/static/src/css/web_example.css
+@@ -2,5 +2,12 @@
+ color: white;
+ background-color: black;
+ height: 100%;
+- font-size: 400%;
+ }
++.openerp .oe_web_example h4 {
++ margin: 0;
++ font-size: 200%;
++}
++.openerp .oe_web_example.oe_web_example_started .oe_web_example_start button,
++.openerp .oe_web_example.oe_web_example_stopped .oe_web_example_stop button {
++ display: none
++}