[FIX] css hack to make it work with IE9

hopefully, it should allow IE9 to correctly display the web client
content
This commit is contained in:
Géry Debongnie 2014-06-12 14:14:28 +02:00
parent 0bcf81f11f
commit c73736694e
2 changed files with 4 additions and 0 deletions

View File

@ -1037,6 +1037,7 @@
}
.openerp .oe_leftbar > div > div > div > div.oe_secondary_menus_container {
position: absolute;
position: static\9;
top: 0;
bottom: 0;
left: 0;
@ -1169,6 +1170,7 @@
}
.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;

View 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