Fixed view switcher buttons not working
authorMinh Tran <mit@openerp.com>
Mon, 14 May 2012 12:29:59 +0000 (14:29 +0200)
committerMinh Tran <mit@openerp.com>
Mon, 14 May 2012 12:29:59 +0000 (14:29 +0200)
bzr revid: mit@openerp.com-20120514122959-kjtjyb74nmvrqqsc

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index bfcc3db..36100a3 100644 (file)
   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";
   font-size: 21px;
   font-weight: 300 !important;
   content: "}";
-  position: relative;
   top: -2px;
 }
 .openerp .oe_view_manager_switch .oe_vm_switch_gantt:after {
index bdbe281..6a8b946 100644 (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"