listview css buttons

bzr revid: al@openerp.com-20120410153736-rjr6e9m305mnzk7f
This commit is contained in:
Antony Lesuisse 2012-04-10 17:37:36 +02:00
parent 1e612796e7
commit e559ad7bda
2 changed files with 13 additions and 0 deletions

View File

@ -1671,6 +1671,14 @@
padding: 3px 6px;
line-height: 18px;
}
.openerp .oe-listview-content td button, .openerp .oe-listview-content th button {
border: none;
background: transparent;
padding: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-box-shadow: none;
}
.openerp .oe-listview-content .numeric {
text-align: right;
width: 82px;

View File

@ -1392,6 +1392,11 @@ $colour4: #8a89ba
td, th
padding: 3px 6px
line-height: 18px
button
border: none
background: transparent
padding: 0
@include box-shadow(none)
.numeric
text-align: right
width: 82px