summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-06-03 10:20:29 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-06-03 10:20:29 +0200
commit99c6f96c694886674ef461fc7eba4928b4e777d1 (patch)
treec955d19fbcce9e5be0d6daa61aed66fdb6a7ae68 /core
parent410a836702c363cfeb0c7a83dce0d6fcca0c5d7e (diff)
downloadnextcloud-server-99c6f96c694886674ef461fc7eba4928b4e777d1.tar.gz
nextcloud-server-99c6f96c694886674ef461fc7eba4928b4e777d1.zip
Revert "fix theme in IE8 and IE9"
This reverts commit a4c9688711977376f9d8ad7bf94a1e92d964cd7b.
Diffstat (limited to 'core')
-rw-r--r--core/css/fixes.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 894d9bc14a5..b274454329a 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -64,6 +64,11 @@ 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;