[FIX] view list: some title not align with other.

bzr revid: chm@openerp.com-20130606104145-jezs2u9tr3xb3fmh
This commit is contained in:
Christophe Matthieu 2013-06-06 12:41:45 +02:00
parent 079b780384
commit 89086e4451
2 changed files with 4 additions and 2 deletions

View File

@ -2923,7 +2923,6 @@
position: relative;
}
.openerp .oe_list_content th.oe_sortable div:after {
float: right;
margin-right: 6px;
content: "";
margin-top: 7px;
@ -2933,6 +2932,7 @@
visibility: hidden;
}
.openerp .oe_list_content th.sortup div:after {
float: right;
visibility: visible;
filter: alpha(opacity=60);
opacity: 0.6;
@ -2941,6 +2941,7 @@
min-width: 70px;
}
.openerp .oe_list_content th.sortdown div:after {
float: right;
border-bottom: none;
border-left: 4px solid transparent;
border-right: 4px solid transparent;

View File

@ -2309,7 +2309,6 @@ $sheet-padding: 16px
th.oe_sortable div
position: relative
th.oe_sortable div:after
float: right
margin-right: 6px
content: ""
margin-top: 7px
@ -2318,11 +2317,13 @@ $sheet-padding: 16px
border-color: #000 transparent
visibility: hidden
th.sortup div:after
float: right
visibility: visible
@include opacity(0.6)
.oe_list_header_many2many_tags
min-width: 70px
th.sortdown div:after
float: right
border-bottom: none
border-left: 4px solid transparent
border-right: 4px solid transparent