[IMP] small css tweaks to stat buttons (addon web)

bzr revid: ged@openerp.com-20140417133457-m04g3560jnwjudnr
This commit is contained in:
Gery Debongnie 2014-04-17 15:34:57 +02:00
parent 08e6a8138b
commit 3e99ca7285
2 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@
vertical-align: top;
}
.openerp .oe_title {
width: 50%;
width: 38%;
float: left;
}
.openerp .oe_title:after {
@ -316,7 +316,7 @@
}
.openerp .oe_button_box {
width: 400px;
text-align: left;
text-align: right;
}
.openerp .oe_button_box .oe_stat_button:hover {
background: #7c7bad;

View File

@ -190,7 +190,7 @@ $sheet-padding: 16px
td
vertical-align: top
.oe_title
width: 50%
width: 38%
float: left
.oe_title:after
content: "."
@ -332,7 +332,7 @@ $sheet-padding: 16px
background: #ED6F6A
.oe_button_box
width: 400px
text-align: left
text-align: right
.oe_stat_button:hover
background: #7c7bad
color: white