[MEH] hardcode min-width for date fields in list view

bzr revid: xmo@openerp.com-20121114150717-sdf6ut4hbappaf8x
This commit is contained in:
Xavier Morel 2012-11-14 16:07:17 +01:00
parent 4e2609f35f
commit 923f75eeef
2 changed files with 5 additions and 0 deletions

View File

@ -2672,6 +2672,9 @@
text-align: right !important;
max-width: 100px;
}
.openerp .oe_list_content td.oe_list_field_date, .openerp .oe_list_content th.oe_list_header_date {
min-width: 6em;
}
.openerp .oe_list_content > thead {
border-bottom: 2px solid #cacaca;
background: #eeeeee;

View File

@ -2121,6 +2121,8 @@ $sheet-padding: 16px
td.oe_number
text-align: right !important
max-width: 100px
td.oe_list_field_date, th.oe_list_header_date
min-width: 6em
> thead
border-bottom: 2px solid #cacaca
background: #eee