Fix some styles

This commit is contained in:
Gabriel Augendre 2020-08-20 09:47:49 +02:00
parent bb883a2274
commit b96843a231

View file

@ -150,6 +150,10 @@ tr:hover {
color: var(--main3);
}
p.helptext {
margin-bottom: 0;
}
form table th {
vertical-align: top;
}
@ -180,6 +184,7 @@ form button[type=submit] {
border: none;
color: var(--background);
cursor: pointer;
margin-top: 1em;
}
form .error, form .error .helptext, .errorlist {
@ -197,6 +202,10 @@ form .error, form .error .helptext, .errorlist {
margin-bottom: 0;
}
tr.spacer {
padding: 1em;
}
textarea, input {
width: 100%;
}