[FIX] css hack to make it work with IE9
authorGéry Debongnie <ged@odoo.com>
Thu, 12 Jun 2014 12:14:28 +0000 (14:14 +0200)
committerGéry Debongnie <ged@odoo.com>
Thu, 12 Jun 2014 12:14:28 +0000 (14:14 +0200)
hopefully, it should allow IE9 to correctly display the web client
content

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

index 7da0771..b234e27 100644 (file)
 }
 .openerp .oe_leftbar > div > div > div > div.oe_secondary_menus_container {
   position: absolute;
+  position: static\9;
   top: 0;
   bottom: 0;
   left: 0;
 }
 .openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div > .oe_view_manager_body {
   position: absolute;
+  position: static\9;
   top: 0;
   bottom: 0;
   left: 0;
index 0e06759..093ebf6 100644 (file)
@@ -876,6 +876,7 @@ $sheet-padding: 16px
                     height: 100%
                     > div.oe_secondary_menus_container
                         position: absolute
+                        position: static\9
                         top: 0
                         bottom: 0
                         left: 0
@@ -978,6 +979,7 @@ $sheet-padding: 16px
                         height: 100%
                         > .oe_view_manager_body
                             position: absolute
+                            position: static\9
                             top: 0
                             bottom: 0
                             left: 0