[IMP] improved CSS: separator, editable lists with many2one

bzr revid: fp@openerp.com-20120527102610-o8i26mxhskv5xkjq
This commit is contained in:
Fabien Pinckaers 2012-05-27 12:26:10 +02:00
parent 40ac635b12
commit d81a1efbc5
2 changed files with 7 additions and 9 deletions

View File

@ -1672,8 +1672,6 @@
.openerp .oe_form .oe_form_field_url button img {
vertical-align: top;
}
.openerp .oe_form .oe_form_field_translatable,
.openerp .oe_form .oe_form_field_many2one,
.openerp .oe_form .oe_form_field_date,
.openerp .oe_form .oe_form_field_datetime {
white-space: nowrap;
@ -1790,8 +1788,9 @@
}
.openerp .oe_horizontal_separator {
font-weight: bold;
font-size: 16px;
margin: 4px 0;
font-size: 20px;
margin: 20px 0px 10px 0px;
color: #aaaabb;
}
.openerp .oe_horizontal_separator:empty {
height: 5px;

View File

@ -1335,7 +1335,7 @@ $colour4: #8a89ba
select[readonly],
textarea[readonly],
input[disabled],
select[disabled],
select[disabled]
background: #E5E5E5 !important
color: #666
textarea[disabled]
@ -1359,8 +1359,6 @@ $colour4: #8a89ba
.oe_form_field_email button img,
.oe_form_field_url button img
vertical-align: top
.oe_form_field_translatable,
.oe_form_field_many2one,
.oe_form_field_date,
.oe_form_field_datetime
white-space: nowrap
@ -1471,8 +1469,9 @@ $colour4: #8a89ba
border-bottom: 1px solid black
.oe_horizontal_separator
font-weight: bold
font-size: 16px
margin: 4px 0
font-size: 20px
margin: 20px 0px 10px 0px
color: #aab
.oe_horizontal_separator:empty
height: 5px
.oe_vertical_separator