[enh] Form responsive.

This commit is contained in:
opi 2014-05-15 12:57:18 +02:00
parent a156639fd8
commit 70c230f3f4

View file

@ -497,6 +497,12 @@ input:disabled {
cursor: not-allowed;
}
@media screen and (max-width: 480px) {
label,
label + .help-link {padding: 0.3em 0.8em;}
.form-text {padding: 0.8em;}
.form-group .btn {padding: 0.5em 0.8em;}
}
/* Login form */