diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-06-03 16:15:03 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-06-03 16:15:03 +0200 |
commit | 5b52670a954db7f5a9d1fa06e1c93dacddba387c (patch) | |
tree | cb1e5917f5c914bb5f4b8ff5e33dfc94c200d030 /core | |
parent | a90a84b0a79d6688dda660cd3d7ffd1d71fd21ab (diff) | |
parent | 49d618671486ec7084ff2cc3ff1ef1e6b7fe49d4 (diff) | |
download | nextcloud-server-5b52670a954db7f5a9d1fa06e1c93dacddba387c.tar.gz nextcloud-server-5b52670a954db7f5a9d1fa06e1c93dacddba387c.zip |
Merge pull request #16703 from owncloud/fix-ie8-ie9
Fix IE8 & IE9 - setup page
Diffstat (limited to 'core')
-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; |