X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..0a83a24ab2a3daf945c6012e80d284304a73c38b:/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 42e867595..d3c763838 100755 --- a/src/wolnelektury/static/scss/main/form.scss +++ b/src/wolnelektury/static/scss/main/form.scss @@ -8,8 +8,8 @@ form table { padding-bottom: 1em; } - .required th:after { - content: " *"; + .required th:before { + content: "* "; } .errorlist { @@ -23,4 +23,9 @@ form table { font-size: .9em; font-style: italic; } + + ul { + list-style: none; + padding-left: 0; + } }