~openerp-dev/openerp-web/trunk-purchase-visibility-nco

« back to all changes in this revision

Viewing changes to addons/web/doc/module/static/src/css/web_example.css.1.diff

  • Committer: Nimesh Contractor(OpenERP)
  • Date: 2013-04-19 04:58:24 UTC
  • mfrom: (3718.1.1 trunk)
  • Revision ID: nco@tinyerp.com-20130419045824-kwxrg66yoz7jnkww
[MERGE] with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- web_example/static/src/css/web_example.css
2
 
+++ web_example/static/src/css/web_example.css
3
 
@@ -1,6 +1,13 @@
4
 
 .openerp .oe_web_example {
5
 
     color: white;
6
 
     background-color: black;
7
 
     height: 100%;
8
 
-    font-size: 400%;
9
 
 }
10
 
+.openerp .oe_web_example h4 {
11
 
+    margin: 0;
12
 
+    font-size: 200%;
13
 
+}
14
 
+.openerp .oe_web_example.oe_web_example_started .oe_web_example_start button,
15
 
+.openerp .oe_web_example.oe_web_example_stopped .oe_web_example_stop button {
16
 
+    display: none
17
 
+}