[FIX] Fixed list view's progress bar floating on the next table cell under firefox

bzr revid: fme@openerp.com-20111011133201-wryn9twnf610h4fq
This commit is contained in:
Fabien Meghazi 2011-10-11 15:32:01 +02:00
parent a1eadf8a60
commit 4c1c848be3
1 changed files with 7 additions and 0 deletions

View File

@ -721,6 +721,9 @@ label.error {
.openerp .oe-listview .oe-field-cell {
cursor: pointer;
}
.openerp .oe-listview .oe-field-cell progress {
width: 100%;
}
.openerp .oe-listview .oe-field-cell button {
padding: 0;
border: none;
@ -767,6 +770,10 @@ label.error {
.openerp .oe-listview .oe-list-footer span {
margin: 0 1em;
}
.openerp .oe-listview .oe-list-footer progress {
vertical-align:-10% !important;
width: 100%;
}
/** list rounded corners