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:01:04 +0200 |
commit | bb79a6b4f0a94e82c723b90d193a4391f725fb23 (patch) | |
tree | 8a9aef05de95917bb57da4b6af5d3d4916bcf640 | |
parent | 4e44d2ecd6cc2ac065342591c1af61532b3ba774 (diff) | |
download | nextcloud-server-bb79a6b4f0a94e82c723b90d193a4391f725fb23.tar.gz nextcloud-server-bb79a6b4f0a94e82c723b90d193a4391f725fb23.zip |
fix theme in IE8 and IE9
-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 0f1584c623f..c1f8eb76cf2 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -60,11 +60,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; |