Merge pull request #3460 from ssilvert/otp-low-res

KEYCLOAK-3816: Broken OTP setup with smaller resolutions
This commit is contained in:
Stan Silvert 2016-11-02 20:25:19 -04:00 committed by GitHub
commit 3f98f23422

View file

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