[FIX] web: do not float buttons in header bar to the left. This make them invisible if they are the sole children of the header.

bzr revid: odo@openerp.com-20140219163213-8z4fxio7p7nzesf0
This commit is contained in:
Christophe Simonis 2014-02-19 17:32:13 +01:00 committed by Olivier Dony
parent 50849309d1
commit 2c4466258d
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@charset "UTF-8";
@charset "utf-8";
@font-face {
font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
@ -2034,7 +2034,6 @@
}
.openerp .oe_form > :not(.oe_form_nosheet) header .oe_button {
margin: 3px 2px 1px;
float: left;
}
.openerp .oe_form > :not(.oe_form_nosheet) header .oe_button:first-child {
margin-left: 6px;

View File

@ -1649,7 +1649,6 @@ $sheet-padding: 16px
float: right
.oe_button
margin: 3px 2px 1px
float: left
&:first-child
margin-left: 6px