[REVERT] rev 4098, revid:dle@openerp.com-20131224112201-0zlxa6fevvj3501h. Partialy break the design (buttons and status bar not displayed sometimes)

bzr revid: dle@openerp.com-20140103094415-vi99tbbeitzr7r2b
This commit is contained in:
Denis Ledoux 2014-01-03 10:44:15 +01:00
parent bc50cd3558
commit 5ba8c98fee
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");
@ -2180,7 +2180,6 @@
}
.openerp .oe_form header .oe_button {
margin: 3px 2px 1px;
float: left;
}
.openerp .oe_form header .oe_button:first-child {
margin-left: 6px;

View File

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