[FIX] style for sort indicator in lists embedded in forms (o2m, m2m)

bzr revid: xmo@openerp.com-20120206104138-fiq81k8v4ttf86j3
This commit is contained in:
Xavier Morel 2012-02-06 11:41:38 +01:00
parent 6ebf8face0
commit e6f2c03b85
2 changed files with 7 additions and 5 deletions

View File

@ -1311,6 +1311,13 @@ label.error {
margin: 0 0.5em 0 0;
}
.openerp .oe_forms .oe-listview th.oe-sortable .ui-icon,
.openerp .oe_forms .oe-listview th.oe-sortable .ui-icon {
height: 100%;
margin-top: -9px;
}
/* Uneditable Form View */
.openerp .oe_form_readonly {

View File

@ -90,11 +90,6 @@
padding:0 3px;
}
.openerp .oe-dashboard .oe-listview th.oe-sortable .ui-icon {
height: 100%;
margin-top: -9px;
}
/* Layouts */
.openerp .oe-dashboard-layout_1 .oe-dashboard-column.index_0 {
width: 100%;