[FIX] footer is not sticky and scroll with page under IE8

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
This commit is contained in:
Fabien Meghazi 2012-02-13 16:13:47 +01:00
parent c658241072
commit 60d19cc27a
1 changed files with 8 additions and 0 deletions

View 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;