KEYCLOAK-3816: Broken OTP setup with smaller resolutions

This commit is contained in:
Stan Silvert 2016-11-02 13:53:15 -04:00
parent da516a78b3
commit ae2a1e929f

View file

@ -244,18 +244,26 @@ ol#kc-totp-settings li:first-of-type {
.zocial.microsoft {background-color: #0052a4; color: #fff;} .zocial.microsoft {background-color: #0052a4; color: #fff;}
.zocial.microsoft:before { content: "\f15d"; } .zocial.microsoft:before { content: "\f15d"; }
@media (min-width: 801px) {
#kc-container-wrapper {
bottom: 13%;
}
#kc-logo-wrapper {
position: absolute;
top: 50px;
right: 50px;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
#kc-container-wrapper { #kc-container-wrapper {
bottom: 13%;
position: absolute; position: absolute;
width: 100%; width: 100%;
} }
#kc-logo-wrapper { #kc-logo-wrapper {
position: absolute; margin-left: auto;
top: 50px;
right: 50px;
} }
.login-pf .container { .login-pf .container {