[FIX] viewmanager switch icons

bzr revid: mit@openerp.com-20120514160804-eq0lyzciq2xp3c27
This commit is contained in:
Minh Tran 2012-05-14 18:08:04 +02:00
parent ad6b27f3b5
commit 5ca8aea6eb
2 changed files with 12 additions and 2 deletions

View File

@ -1072,7 +1072,12 @@
position: relative; position: relative;
} }
.openerp .oe_view_manager_switch .oe_vm_switch_gantt:after { .openerp .oe_view_manager_switch .oe_vm_switch_gantt:after {
content: "c"; font-family: "mnmliconsRegular" !important;
font-size: 21px;
font-weight: 300 !important;
content: "y";
top: -2px;
position: relative;
} }
.openerp .oe_view_manager_switch .oe_vm_switch_calendar:after { .openerp .oe_view_manager_switch .oe_vm_switch_calendar:after {
content: "P"; content: "P";

View File

@ -841,7 +841,12 @@ $colour4: #8a89ba
top: -2px top: -2px
position: relative position: relative
.oe_vm_switch_gantt:after .oe_vm_switch_gantt:after
content: "c" font-family: "mnmliconsRegular" !important
font-size: 21px
font-weight: 300 !important
content: "y"
top: -2px
position: relative
.oe_vm_switch_calendar:after .oe_vm_switch_calendar:after
content: "P" content: "P"
.oe_vm_switch_kanban:after .oe_vm_switch_kanban:after