Merge pull request #3790 from stianst/KEYCLOAK-4259

KEYCLOAK-4259 Add top-margin to container to prevent overlay with logo
This commit is contained in:
Stian Thorgersen 2017-01-24 09:36:11 +01:00 committed by GitHub
commit 264e81efb2

View file

@ -253,6 +253,7 @@ ol#kc-totp-settings li:first-of-type {
#kc-container-wrapper {
position: absolute;
width: 100%;
margin-top: 50px;
}
#kc-logo-wrapper {