Fixed view switcher buttons not working

bzr revid: mit@openerp.com-20120514122959-kjtjyb74nmvrqqsc
This commit is contained in:
Minh Tran 2012-05-14 14:29:59 +02:00
parent ee72258a7c
commit 49774bf50f
2 changed files with 5 additions and 2 deletions

View File

@ -1056,6 +1056,9 @@
height: 24px;
line-height: 16px;
}
.openerp .oe_view_manager_switch li a {
position: relative;
}
.openerp .oe_view_manager_switch .oe_vm_switch_list:after, .openerp .oe_view_manager_switch .oe_vm_switch_tree:after {
padding: 2px;
content: "i";
@ -1065,7 +1068,6 @@
font-size: 21px;
font-weight: 300 !important;
content: "}";
position: relative;
top: -2px;
}
.openerp .oe_view_manager_switch .oe_vm_switch_gantt:after {

View File

@ -828,6 +828,8 @@ $colour4: #8a89ba
width: 24px
height: 24px
line-height: 16px
a
position: relative
.oe_vm_switch_list:after, .oe_vm_switch_tree:after
padding: 2px
content: "i"
@ -836,7 +838,6 @@ $colour4: #8a89ba
font-size: 21px
font-weight: 300 !important
content: "}"
position: relative
top: -2px
.oe_vm_switch_gantt:after
content: "c"