Merge pull request #3781 from ssilvert/logo-padding
KEYCLOAK-4259: Login page rendering broken
This commit is contained in:
commit
cc9c8d8ca1
1 changed files with 4 additions and 1 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue