Add min-height to login page for IE8 and IE9

remotes/origin/poc-doctrine-migrations
Morris Jobke 11 years ago
parent 99c6f96c69
commit 49d6186714
  1. 1
      core/css/fixes.css

@ -66,6 +66,7 @@ select {
/* fix installation screen rendering issue for IE8+9 */
.lte9 #body-login {
min-height: 100%;
height: auto !important;
}

Loading…
Cancel
Save