Restyling of section header in page view

bzr revid: mit@openerp.com-20120509160013-bpazd6i3oet132jr
This commit is contained in:
Minh Tran 2012-05-09 18:00:13 +02:00
parent 8a1015b610
commit e421c147f9
2 changed files with 8 additions and 12 deletions

View File

@ -1462,12 +1462,12 @@
-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.openerp .oe_form_autolayout .oe_button {
height: 22px;
height: 20px;
}
.openerp .oe_form_autolayout .oe_form_group_cell {
line-height: 18px;
padding: 2px;
height: 25px;
height: 20px;
}
.openerp .oe_form_autolayout .oe_form_group_cell > .oe_form_field_many2one,
.openerp .oe_form_autolayout .oe_form_group_cell > .oe_form_field_many2one input,
@ -1649,10 +1649,8 @@
}
.openerp .oe_horizontal_separator {
font-weight: bold;
border: 0 solid #666666;
border-bottom-width: 1px;
margin: 3px 4px 3px 1px;
height: 17px;
font-size: 16px;
margin: 4px 0;
}
.openerp .oe_horizontal_separator:empty {
height: 5px;

View File

@ -1185,11 +1185,11 @@ $colour4: #8a89ba
// FormView.autolayout {{{
.oe_form_autolayout
.oe_button
height: 22px
height: 20px
.oe_form_group_cell
line-height: 18px
padding: 2px
height: 25px
height: 20px
.oe_form_group_cell > .oe_form_field_many2one,
.oe_form_group_cell > .oe_form_field_many2one input,
.oe_form_group_cell > .oe_form_field_char input,
@ -1359,10 +1359,8 @@ $colour4: #8a89ba
// FormView.separator {{{
.oe_horizontal_separator
font-weight: bold
border: 0 solid #666
border-bottom-width: 1px
margin: 3px 4px 3px 1px
height: 17px
font-size: 16px
margin: 4px 0
.oe_horizontal_separator:empty
height: 5px
.oe_vertical_separator