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

View File

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