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