[FIX] footer is not sticky and scroll with page under IE8
authorFabien Meghazi <fme@openerp.com>
Mon, 13 Feb 2012 15:13:47 +0000 (16:13 +0100)
committerFabien Meghazi <fme@openerp.com>
Mon, 13 Feb 2012 15:13:47 +0000 (16:13 +0100)
A better fix would be not to use Internet Explorer at all !

lp bug: https://launchpad.net/bugs/927628 fixed

bzr revid: fme@openerp.com-20120213151347-4v9271zgnii90cbi

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

index c1ec5df..ca6693a 100644 (file)
@@ -382,6 +382,14 @@ label.error {
     height: 100%;
 }
 
+/* IE Hack - for IE < 9
+ * Avoids footer to be placed statically at 100% cutting the middle of the views
+ * */
+.openerp .oe-application-container {
+    height: auto\9;
+    min-height: 100%\9;
+}
+
 /* Menu */
 .openerp .menu {
     height: 34px;