Merge pull request #3793 from stianst/KEYCLOAK-4259

KEYCLOAK-4259 Tweak login screen
This commit is contained in:
Stian Thorgersen 2017-01-25 08:22:18 +01:00 committed by GitHub
commit 4fcb22c540

View file

@ -253,7 +253,6 @@ ol#kc-totp-settings li:first-of-type {
#kc-container-wrapper {
position: absolute;
width: 100%;
margin-top: 50px;
}
#kc-logo-wrapper {
@ -330,6 +329,7 @@ ol#kc-totp-settings li:first-of-type {
@media (max-height: 645px) {
#kc-container-wrapper {
padding-top: 50px;
top: 20%;
}
}