[FIX] Fixed min-width input[type=text].

bzr revid: vta@openerp.com-20120905112446-yi6eyfde8pa31g0l
This commit is contained in:
vta vta@openerp.com 2012-09-05 13:24:46 +02:00
parent 6493b238d7
commit dc6b5e92bf
2 changed files with 2 additions and 2 deletions

View File

@ -2312,7 +2312,7 @@
-ms-box-sizing: border-box;
box-sizing: border-box;
background: white;
min-width: 70px;
min-width: 60px;
color: #1f1f1f;
}
.openerp .oe_form input[readonly], .openerp .oe_form select[readonly], .openerp .oe_form textarea[readonly], .openerp .oe_form input[disabled], .openerp .oe_form select[disabled] {

View File

@ -1751,7 +1751,7 @@ $sheet-max-width: 860px
input[type="text"], input[type="password"], input[type="file"], select, textarea
@include box-sizing(border)
background: white
min-width: 70px
min-width: 60px
color: #1f1f1f
input[readonly], select[readonly], textarea[readonly], input[disabled], select[disabled]
background: #E5E5E5 !important