Merge pull request #16703 from owncloud/fix-ie8-ie9

Fix IE8 & IE9 - setup page
This commit is contained in:
Morris Jobke 2015-06-03 16:15:03 +02:00
commit 5b52670a95
1 changed files with 6 additions and 0 deletions

View File

@ -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;