Merge pull request #3781 from ssilvert/logo-padding

KEYCLOAK-4259: Login page rendering broken
This commit is contained in:
Stan Silvert 2017-01-20 18:02:16 -05:00 committed by GitHub
commit cc9c8d8ca1

View file

@ -256,7 +256,9 @@ ol#kc-totp-settings li:first-of-type {
}
#kc-logo-wrapper {
margin-left: auto;
position: absolute;
top: 25px;
right: 50px;
}
.login-pf .container {
@ -327,5 +329,6 @@ ol#kc-totp-settings li:first-of-type {
@media (max-height: 645px) {
#kc-container-wrapper {
top: 20%;
}
}