[FIX] web: list view: fix wrong css for fields.reference in editable tree view

bzr revid: xal@openerp.com-20140114115947-gkh09tb2vxsjyksk
This commit is contained in:
Xavier ALT 2014-01-14 12:59:47 +01:00
parent 9a84e25342
commit 7960f9fc59
2 changed files with 5 additions and 0 deletions

View File

@ -2850,6 +2850,9 @@
.openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_datetime input.oe_datepicker_master, .openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_date input.oe_datepicker_master {
width: 100% !important;
}
.openerp .oe_list.oe_list_editable.oe_editing .oe_form_field.oe_form_field_reference {
display: table;
}
.openerp .oe_list_group_name {
white-space: nowrap;
}

View File

@ -2243,6 +2243,8 @@ $sheet-padding: 16px
&.oe_form_field_datetime,&.oe_form_field_date
input.oe_datepicker_master
width: 100% !important
&.oe_form_field_reference
display: table
.oe_list_group_name
white-space: nowrap
// }}}