Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/css/fixes.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css
index c1f8eb76cf2..e708afa1193 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -60,6 +60,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;