Fix some styles
This commit is contained in:
parent
bb883a2274
commit
b96843a231
1 changed files with 9 additions and 0 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Reference in a new issue