X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65c9feda79d2b2c94cb7dcd561318a83fd796f0a..0b1d7187cd243b29566418c3b09fa8043ed53bee:/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 old mode 100755 new mode 100644 index ba7616d91..3a79737c4 --- 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; } @@ -71,7 +73,7 @@ form table { img { vertical-align: middle; margin-right: 1em; - height: 36px; + height: 30px; } label { display: inline; @@ -82,7 +84,7 @@ form table { .method { border: 1px solid black; border-radius: 5px; - line-height: 34px; + line-height: 28px; display: inline-block; vertical-align: middle; padding: 0 1em;