X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/db44e1e509986909f100e7d1d03f2967d54cbc3d..5120532d42f2130dd250ec7089d28d9d0fa2b09c:/prawokultury/static/css/forms.css diff --git a/prawokultury/static/css/forms.css b/prawokultury/static/css/forms.css index 0898882..9b3957d 100644 --- a/prawokultury/static/css/forms.css +++ b/prawokultury/static/css/forms.css @@ -2,7 +2,7 @@ font-size: 1.2em; } .submit-form { - margin-top: 1.3em; } + margin-top: 3em; } .submit-form table { border-spacing: 0 .5em; } .submit-form tr { @@ -10,19 +10,27 @@ .submit-form label { font-size: 1.2em; font-weight: normal; } + .submit-form .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"); } .submit-form input, .submit-form textarea, .submit-form select { font-size: 1.2em; border: 0; - background-color: #fdfdfd; + background-color: white; + color: #363A3B; width: 100%; - margin-bottom: .5em; } + margin-bottom: .5em; + border: 1px solid #EDECE7; } .submit-form th, .submit-form td { text-align: left; font-weight: normal; vertical-align: top; - padding: .5em 0; } + padding: .5em; } .submit-form .helptext { color: #acacac; font-size: 1.1em; } .submit-form .helptext a { - color: black; } + color: #363A3B; }