[IMP] misc chrome css
authorAntony Lesuisse <al@openerp.com>
Fri, 20 Apr 2012 18:27:15 +0000 (20:27 +0200)
committerAntony Lesuisse <al@openerp.com>
Fri, 20 Apr 2012 18:27:15 +0000 (20:27 +0200)
bzr revid: al@openerp.com-20120420182715-9w1aqwbmcvmvjrug

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass
addons/web/static/src/xml/base.xml

index 439d8e8..deb6771 100644 (file)
 .openerp .oe_wait {
   cursor: wait;
 }
+.openerp .oe_fade {
+  color: #888888;
+}
+.openerp .oe_bold {
+  font-weight: bold;
+}
 .openerp a.button:link, .openerp a.button:visited, .openerp button, .openerp input[type='submit'] {
   display: inline-block;
   border: 1px solid #ababab;
   background: #f0eeee;
   border-right: 1px solid #afafb6;
   text-shadow: 0 1px 1px white;
+  padding-bottom: 16px;
 }
 .openerp a.oe_logo {
   width: 220px;
   content: "&darr";
   text-indent: -99999px;
   vertical-align: top;
-  margin-left: -8px;
+  margin-left: -12px;
   margin-top: 4px;
   margin-right: 4px;
   border-top: 4px solid transparent;
index 8c72657..96025c2 100644 (file)
@@ -133,6 +133,11 @@ $colour4: #8a89ba
         clear: both
     .oe_wait
         cursor: wait
+    .oe_fade
+        color: #888
+        //font-size: 12px
+    .oe_bold
+        font-weight: bold
     // }}}
     // Button style {{{
     a.button:link, a.button:visited, button, input[type='submit']
@@ -408,6 +413,7 @@ $colour4: #8a89ba
         background: #f0eeee
         border-right: 1px solid #afafb6
         text-shadow: 0 1px 1px white
+        padding-bottom: 16px
     a.oe_logo
         width: 220px
         display: block
@@ -580,7 +586,7 @@ $colour4: #8a89ba
             content: "&darr"
             text-indent: -99999px
             vertical-align: top
-            margin-left: -8px
+            margin-left: -12px
             margin-top: 4px
             margin-right: 4px
             border-top: 4px solid transparent
index c1b5e2e..1082f84 100644 (file)
             <button type="button" class="oe_button oe_form_button_delete">Delete</button>
         </span>
         <span class="oe_form_buttons_edit">
-            <button type="button" class="oe_button oe_form_button_save">Save</button> or
-            <a href="#" class="oe_form_button_cancel">Discard</a>
+            <button type="button" class="oe_button oe_form_button_save">Save</button> <span class="oe_fade">or</span> <a href="#" class="oe_bold oe_form_button_cancel">Discard</a>
         </span>
     </t>
 </div>