diff --git a/articles/static/style.css b/articles/static/style.css index 7f3fcfa..b4b5582 100644 --- a/articles/static/style.css +++ b/articles/static/style.css @@ -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%; }