[FIX] Fixed buttons overlapping when shrinking firefox windows

bzr revid: fme@openerp.com-20111011133713-6eardsp1qv8subsg
This commit is contained in:
Fabien Meghazi 2011-10-11 15:37:13 +02:00
parent 4c1c848be3
commit 027b46bcac
1 changed files with 2 additions and 1 deletions

View File

@ -725,10 +725,11 @@ label.error {
width: 100%;
}
.openerp .oe-listview .oe-field-cell button {
margin: 0;
padding: 0;
border: none;
background: none;
width: 100%;
width: 16px;
}
.openerp .oe-listview .oe-field-cell button:active {
opacity: 0.5;