X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..a24770e8372cc1f4cadcc489967f04cf78069f99:/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; + } }