fixed configuration view header

bzr revid: mit@openerp.com-20120816163842-3g2y0hgmmcdtjzsd
This commit is contained in:
Minh Tran 2012-08-16 18:38:42 +02:00
parent b073860887
commit 332b118e3e
2 changed files with 7 additions and 11 deletions

View File

@ -1924,12 +1924,10 @@
width: auto; width: auto;
} }
.openerp .oe_form_nosheet { .openerp .oe_form_nosheet {
margin: 8px; margin: 16px;
} }
.openerp .oe_form_nosheet > header { .openerp .oe_form_nosheet > header {
margin-top: -20px; margin: -16px -16px 0 -16px;
margin-left: -20px;
margin-right: -20px;
} }
.openerp .oe_form header { .openerp .oe_form header {
position: relative; position: relative;
@ -1941,7 +1939,7 @@
background-image: -ms-linear-gradient(top, #fcfcfc, #dedede); background-image: -ms-linear-gradient(top, #fcfcfc, #dedede);
background-image: -o-linear-gradient(top, #fcfcfc, #dedede); background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
background-image: linear-gradient(to bottom, #fcfcfc, #dedede); background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
padding: 0 8px; padding: 8px;
} }
.openerp .oe_form header ul { .openerp .oe_form header ul {
display: inline-block; display: inline-block;

View File

@ -1498,11 +1498,9 @@ $sheet-max-width: 860px
.oe_form .oe_form_field_date .oe_form .oe_form_field_date
width: auto width: auto
.oe_form_nosheet .oe_form_nosheet
margin: 8px margin: 16px
.oe_form_nosheet > header > header
margin-top: -20px margin: -16px -16px 0 -16px
margin-left: -20px
margin-right: -20px
// }}} // }}}
// FormView.custom tags and classes {{{ // FormView.custom tags and classes {{{
.oe_form .oe_form
@ -1510,7 +1508,7 @@ $sheet-max-width: 860px
position: relative position: relative
border-bottom: 1px solid #cacaca border-bottom: 1px solid #cacaca
@include vertical-gradient(#fcfcfc, #dedede) @include vertical-gradient(#fcfcfc, #dedede)
padding: 0 8px padding: 8px
//line-height: 30px //line-height: 30px
ul ul
display: inline-block display: inline-block