[IMP] removes 2px to the stat button height, to save on vertical space (addon web)

bzr revid: ged@openerp.com-20140418093453-4u0vcqbtj2pdqi69
This commit is contained in:
Gery Debongnie 2014-04-18 11:34:53 +02:00
parent 372e640bb2
commit 5910f9375f
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@
.openerp .oe_stat_button {
font-weight: normal;
width: 132px !important;
height: 42px;
height: 40px;
color: #666666;
margin: 0px -1px -1px 0px;
padding: 0;

View File

@ -333,7 +333,7 @@ $sheet-padding: 16px
.oe_stat_button
font-weight: normal
width: 132px !important
height: 42px
height: 40px
color: #666
margin: 0px -1px -1px 0px
padding: 0