fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add migdal blog
[wolnelektury.git]
/
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
42e8675
..
d3c7638
100755
(executable)
--- 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;
+ }
}