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