[IMP] improved css: min width of fields (mainly for editable lists)

bzr revid: fp@openerp.com-20120527105049-g2r56gztqnwvq430
This commit is contained in:
Fabien Pinckaers 2012-05-27 12:50:49 +02:00
parent 5f7fa2c909
commit 23b63eaf8a
2 changed files with 4 additions and 4 deletions

View File

@ -1633,7 +1633,7 @@
-webkit-border-radius: 3px;
border-radius: 3px;
background: white;
min-width: 90px;
min-width: 70px;
color: #1f1f1f;
}
.openerp .oe_form input[readonly],
@ -1867,7 +1867,7 @@
-webkit-border-radius: 3px;
border-radius: 3px;
background: white;
min-width: 90px;
min-width: 50px;
}
.openerp .oe_form .oe_form_field_progressbar.ui-progressbar span {
position: absolute;

View File

@ -1329,7 +1329,7 @@ $colour4: #8a89ba
-webkit-border-radius: 3px
border-radius: 3px
background: white
min-width: 90px
min-width: 70px
color: #1f1f1f
input[readonly],
select[readonly],
@ -1537,7 +1537,7 @@ $colour4: #8a89ba
-webkit-border-radius: 3px
border-radius: 3px
background: white
min-width: 90px
min-width: 50px
span
position: absolute