[IMP]Put % Instead px in css.
authorBhumi Thakkar (Open ERP) <bth@tinyerp.com>
Mon, 18 Feb 2013 12:25:26 +0000 (17:55 +0530)
committerBhumi Thakkar (Open ERP) <bth@tinyerp.com>
Mon, 18 Feb 2013 12:25:26 +0000 (17:55 +0530)
bzr revid: bth@tinyerp.com-20130218122526-84m9mc9oyrn1596j

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

index 5fd51b4..0ac45fb 100644 (file)
   margin: 0px;
 }
 .openerp .oe_form input[type="text"], .openerp .oe_form input[type="password"], .openerp .oe_form input[type="file"], .openerp .oe_form select {
-  height: 22px;
+  height: 22%;
   padding-top: 2px;
 }
 .openerp .oe_form input[type="text"], .openerp .oe_form input[type="password"], .openerp .oe_form input[type="file"], .openerp .oe_form select, .openerp .oe_form textarea {
index 784d65f..77c781e 100644 (file)
@@ -1850,7 +1850,7 @@ $sheet-padding: 16px
             input
                 margin: 0px
         input[type="text"], input[type="password"], input[type="file"], select
-            height: 22px
+            height: 22%
             padding-top: 2px
         input[type="text"], input[type="password"], input[type="file"], select, textarea
             @include box-sizing(border)