diff options
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/static/form.css b/static/form.css index b2435aa..4505747 100644 --- a/static/form.css +++ b/static/form.css @@ -10,10 +10,15 @@ form:not(.nopanel) { max-width: max-content; label:has(+ input, + textarea, + select), - label.standalone { - display: block; + label.standalone, + .hint { + display: flex; + gap: var(--spacing-half); font-size: var(--font-small-size); color: var(--clr-lesser-foreground); + a { + color: inherit; + } } input:not([type="checkbox"]), textarea, @@ -49,7 +54,7 @@ form:not(.nopanel) { border: none; padding: 0; margin: 0; - margin-top: var(--spacing-single); + margin-top: var(--spacing-double); max-width: 100%; input:not([type="checkbox"]), textarea, @@ -78,6 +83,7 @@ form:not(.nopanel) { } .summaryAndContent { + margin-bottom: var(--spacing-single); input:has(+ textarea) { margin-bottom: 0; border-bottom-left-radius: 0; |
