X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/6e28d2a2680de3290eaed5e90cc128d33fe27046..c28c059af40c4c99a6d903b96b5651cc5bdfe756:/prawokultury/static/css/forms.scss?ds=sidebyside diff --git a/prawokultury/static/css/forms.scss b/prawokultury/static/css/forms.scss index 298f90a..347a946 100644 --- a/prawokultury/static/css/forms.scss +++ b/prawokultury/static/css/forms.scss @@ -31,14 +31,15 @@ input, textarea, select { font-size: 1.2em; - border: 0; background-color: white; color: #363A3B; - width: 100%; margin-bottom: .5em; - border: 1px solid #EDECE7; + border: 1px solid #aeada8; + } + + textarea, select, input[type=text], input[type=email] { + width: 100%; } - th, td { text-align: left; @@ -55,6 +56,17 @@ } } + tr ul { + list-style: none; + margin: 0; + padding: 0; + &.errorlist { + list-style: url("/static/img/read-more.png"); + padding: 0 0 0 1.3em; + margin: 0 0 .5em 0; + } + } + .required { label { font-weight: bold; @@ -65,10 +77,6 @@ } ul { - list-style: none; - margin: 0; - padding: 0; - label { font-weight: normal; @@ -76,11 +84,6 @@ content: none; } } - &.errorlist { - list-style: url("/static/img/read-more.png"); - padding: 0 0 0 1.3em; - margin: 0 0 .5em 0; - } } }