[fix] small regression with dates not getting the whole width in forms

bzr revid: nicolas.vanhoren@openerp.com-20110921123327-0d6aqugcs9xtokp9
This commit is contained in:
niv-openerp 2011-09-21 14:33:27 +02:00
parent 67271d1e91
commit 2898c77f92
1 changed files with 3 additions and 0 deletions

View File

@ -892,6 +892,9 @@ label.error {
.openerp .oe_forms input.field_datetime {
min-width: 11em;
}
.openerp .oe_forms .oe_datepicker {
width: 100%;
}
.openerp .oe_forms .button {
color: #4c4c4c;
white-space: nowrap;