[FIX] css header alignment

bzr revid: fva@openerp.com-20120918162532-xte92rwm6jemy09f
This commit is contained in:
Frédéric van der Essen 2012-09-18 18:25:32 +02:00
parent d98d41d236
commit c730c3cb78
2 changed files with 5 additions and 0 deletions

View File

@ -1957,6 +1957,9 @@
background-image: -o-linear-gradient(top, #fcfcfc, #dedede);
background-image: linear-gradient(to bottom, #fcfcfc, #dedede);
}
.openerp .oe_form header > span {
margin-left: 4px;
}
.openerp .oe_form header ul {
display: inline-block;
float: right;

View File

@ -1551,6 +1551,8 @@ $sheet-max-width: 860px
border-bottom: 1px solid #cacaca
padding-left: 2px
@include vertical-gradient(#fcfcfc, #dedede)
> span
margin-left: 4px
ul
display: inline-block
float: right