[IMP] Improved default style for inputs
authorFabien Meghazi <fme@openerp.com>
Tue, 26 Jun 2012 09:03:33 +0000 (11:03 +0200)
committerFabien Meghazi <fme@openerp.com>
Tue, 26 Jun 2012 09:03:33 +0000 (11:03 +0200)
bzr revid: fme@openerp.com-20120626090333-ewm2hovhy7lg19v0

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

index a59f16f..42aee38 100644 (file)
   list-style-type: none;
 }
 .openerp input, .openerp textarea, .openerp select {
-  padding: 4px;
+  padding: 1px 4px;
   border: 1px solid #cccccc;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
+  background: white;
 }
 .openerp img {
   vertical-align: middle;
index 57c4f34..be6f6b1 100644 (file)
@@ -135,9 +135,10 @@ $colour4: #8a89ba
     li
         list-style-type: none
     input, textarea, select
-        padding: 4px
+        padding: 1px 4px
         border: 1px solid #ccc
         @include radius(3px)
+        background: white
     img
         vertical-align: middle
     h4