[FIX] o2m uses weird class sets

bzr revid: xmo@openerp.com-20111213161144-6mhs22l10xmz2j4z
This commit is contained in:
Xavier Morel 2011-12-13 17:11:44 +01:00
parent 00c3cb84d8
commit 5fe485b645
1 changed files with 2 additions and 1 deletions

View File

@ -1108,7 +1108,8 @@ label.error {
white-space: normal;
}
.openerp .oe_form_field_one2many .oe-actions h3.oe_view_title {
.openerp .oe_form_field_one2many .oe-actions h3.oe_view_title,
.openerp .oe_form_field_one2many_list .oe-actions h3.oe_view_title{
display: inline;
margin: 0 0.5em 0 0;
}