diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-05-18 15:56:26 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-05-18 16:04:33 +0200 |
commit | a4c9688711977376f9d8ad7bf94a1e92d964cd7b (patch) | |
tree | 25385f1d6ac2427e3400360b263855d0a850495e /core | |
parent | a1e60e78823d0f00681db0a6dc62a5a157b302f4 (diff) | |
download | nextcloud-server-a4c9688711977376f9d8ad7bf94a1e92d964cd7b.tar.gz nextcloud-server-a4c9688711977376f9d8ad7bf94a1e92d964cd7b.zip |
fix theme in IE8 and IE9
Diffstat (limited to 'core')
-rw-r--r-- | core/css/fixes.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css index b274454329a..894d9bc14a5 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -64,11 +64,6 @@ select { visibility: hidden; } -/* fix installation screen rendering issue for IE8+9 */ -.lte9 #body-login { - height: auto !important; -} - /* oc-dialog only uses box shadow which is not supported by ie8 */ .ie8 .oc-dialog { border: 1px solid #888888; |