Fix for small height

This commit is contained in:
Stian Thorgersen 2014-03-04 15:41:06 +00:00
parent df61879fb1
commit 67db515fe1

View file

@ -225,11 +225,6 @@ ol#kc-totp-settings li:first-of-type {
float: none;
}
#kc-container-wrapper {
position: inherit;
float: none;
}
#kc-form {
padding-left: 15px;
padding-right: 15px;
@ -253,4 +248,11 @@ ol#kc-totp-settings li:first-of-type {
padding-top: 15px;
padding-bottom: 15px;
}
}
}
@media (max-height: 500px) {
#kc-container-wrapper {
position: inherit;
float: none;
}
}