[FIX] width of progress bars in list view

bzr revid: xmo@openerp.com-20121106141835-fd8spbm93h3etjps
This commit is contained in:
Xavier Morel 2012-11-06 15:18:35 +01:00
parent 4f52103aa0
commit 9304ac6594
2 changed files with 5 additions and 0 deletions

View File

@ -2777,6 +2777,9 @@
content: "}";
color: #e0e0e0;
}
.openerp .oe_list_content .oe_list_field_progressbar progress {
width: 100%;
}
.openerp .tree_header {
background-color: #f0f0f0;
border-bottom: 1px solid #cacaca;

View File

@ -2193,6 +2193,8 @@ $sheet-padding: 16px
.oe_list_handle
@include text-to-entypo-icon("}",#E0E0E0,18px)
margin-right: 7px
.oe_list_field_progressbar progress
width: 100%
// }}}
// Tree view {{{
.tree_header