mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[enh] Form responsive.
This commit is contained in:
parent
a156639fd8
commit
70c230f3f4
1 changed files with 6 additions and 0 deletions
|
@ -497,6 +497,12 @@ input:disabled {
|
||||||
cursor: not-allowed;
|
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 */
|
/* Login form */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue