X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3be2da7359a9e68a577aa28a6a9d2ff0d3e0d8e4..4727eb31e50fa1571c83c4be5e228534b07574a7:/src/wolnelektury/static/scss/main/form.scss diff --git a/src/wolnelektury/static/scss/main/form.scss b/src/wolnelektury/static/scss/main/form.scss index 46335a128..3a79737c4 100644 --- a/src/wolnelektury/static/scss/main/form.scss +++ b/src/wolnelektury/static/scss/main/form.scss @@ -8,10 +8,6 @@ form table { padding-bottom: 1em; } - .required th:before { - content: "* "; - } - .errorlist { color: red; margin: 0; @@ -38,6 +34,12 @@ form table { list-style: none; } + .helptext { + color: #888; + font-size: .9em; + font-style: italic; + } + h2 { margin-top: 1.5em; }