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

bzr revid: ged@openerp.com-20140417133735-ijp8il7e1igs7z95
This commit is contained in:
Gery Debongnie 2014-04-17 15:37:35 +02:00
parent fcacd5452c
commit 98b45f97eb
3 changed files with 7 additions and 8 deletions

View File

@ -316,8 +316,11 @@
}
.openerp .oe_stat_button {
font-weight: normal;
width: 132px !important;
height: 42px;
color: #666666;
margin: 0px -1px -1px 0px;
padding: 0;
border: 1px solid #dddddd;
border-radius: 0;
box-shadow: none;
@ -362,9 +365,6 @@
}
.openerp .oe_button_box .oe_stat_button {
display: inline-table;
width: 33% !important;
margin: 0px -1px -1px 0px;
padding: 0;
}
.openerp .oe_avatar > img {
max-height: 90px;

View File

@ -332,8 +332,11 @@ $sheet-padding: 16px
background: #ED6F6A
.oe_stat_button
font-weight: normal
width: 132px !important
height: 42px
color: #666
margin: 0px -1px -1px 0px
padding: 0
border: 1px solid #dddddd
border-radius: 0
box-shadow: none
@ -369,9 +372,6 @@ $sheet-padding: 16px
text-align: right
.oe_stat_button
display: inline-table
width: 33% !important
margin: 0px -1px -1px 0px
padding: 0
.oe_avatar
> img
max-height: 90px

View File

@ -1986,6 +1986,5 @@
<a href="javascript:void(0)"><t t-esc="text"/></a>
</t>
<t t-name="StatInfo">
<strong><t t-esc="value"/></strong>
<t t-esc="text"/></t>
<strong><t t-esc="value"/></strong><br/><t t-esc="text"/></t>
</templates>