[FIX] base: oe_subtotal_footer_separator width

Make sure a too long value in the subtotal will not overlap the form sheet
Fixes #3698
This commit is contained in:
Jacques-Etienne Baudoux 2014-11-28 14:22:56 +01:00 committed by Martin Trigaux
parent 9d0bd2807e
commit aba75e7578
2 changed files with 2 additions and 2 deletions

View File

@ -1957,7 +1957,7 @@
border-right: none;
}
.openerp .oe_form .oe_subtotal_footer .oe_subtotal_footer_separator {
width: 108px;
min-width: 108px;
border-top: 1px solid #cacaca;
margin-top: 4px;
padding-top: 4px;

View File

@ -1616,7 +1616,7 @@ $sheet-padding: 16px
td.oe_form_group_cell_label
border-right: none
.oe_subtotal_footer_separator
width: 108px
min-width: 108px
border-top: 1px solid #cacaca
margin-top: 4px
padding-top: 4px