X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/3f6f55a25872c1d1465f7bdb59e8a766da9c51cc..79a6d9cda6a06a2b7fea86a2f4f1eef307d0cd18:/prawokultury/static/css/forms.scss diff --git a/prawokultury/static/css/forms.scss b/prawokultury/static/css/forms.scss old mode 100755 new mode 100644 index ce7625a..990c33b --- a/prawokultury/static/css/forms.scss +++ b/prawokultury/static/css/forms.scss @@ -1,9 +1,9 @@ .form-info { - font-size: 1.2em; + font-size: 1.3em; } .submit-form { - margin-top: 1.3em; + margin-top: 3em; table { border-spacing: 0 .5em; @@ -18,12 +18,22 @@ font-weight: normal; } + .errorlist { + color: #e41b13; + font-size: 1.2em; + padding: 0 0 0 1.3em; + margin: 0 0 .5em 0; + list-style: url("/static/img/read-more.png"); + } + input, textarea, select { font-size: 1.2em; border: 0; - background-color: #fdfdfd; + background-color: white; + color: #363A3B; width: 100%; margin-bottom: .5em; + border: 1px solid #EDECE7; } @@ -31,14 +41,43 @@ text-align: left; font-weight: normal; vertical-align: top; - padding: .5em 0; + padding: .5em; } .helptext { color: #acacac; font-size: 1.1em; a { - color: black; + color: #363A3B; + } + } + + .required { + label { + font-weight: bold; + + &:before { + content: '* '; + } } + + ul { + list-style: none; + margin: 0; + padding: 0; + + label { + font-weight: normal; + + &:before { + content: none; + } + } + } + } + + + input[type="radio"] { + width: auto; } }