[FIX] nosheet css fix, revert 3 lines from 2903, does anyone care ?

bzr revid: al@openerp.com-20120817000935-ev1iqsmrolq3sjiq
This commit is contained in:
Antony Lesuisse 2012-08-17 02:09:35 +02:00
parent 3378eed4ca
commit 281877d274
2 changed files with 6 additions and 6 deletions

View File

@ -1926,9 +1926,9 @@
margin: 8px;
}
.openerp .oe_form_nosheet > header {
margin-top: -20px;
margin-left: -20px;
margin-right: -20px;
margin-top: -8px;
margin-left: -8px;
margin-right: -8px;
}
.openerp .oe_form header {
position: relative;

View File

@ -1487,9 +1487,9 @@ $sheet-max-width: 860px
.oe_form_nosheet
margin: 8px
.oe_form_nosheet > header
margin-top: -20px
margin-left: -20px
margin-right: -20px
margin-top: -8px
margin-left: -8px
margin-right: -8px
// }}}
// FormView.custom tags and classes {{{
.oe_form