diff options
Diffstat (limited to 'core/css/fixes.css')
-rw-r--r-- | core/css/fixes.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css index 894d9bc14a5..7ef44ba6909 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -64,6 +64,12 @@ select { visibility: hidden; } +/* fix installation screen rendering issue for IE8+9 */ +.lte9 #body-login { + min-height: 100%; + height: auto !important; +} + /* oc-dialog only uses box shadow which is not supported by ie8 */ .ie8 .oc-dialog { border: 1px solid #888888; |