X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6034428b14b634d1801e2d8279b1a0863b918a48..452c475a6450a61a15c857594f995315cf153083:/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 ef15365e3..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; } @@ -61,6 +63,8 @@ form table { .wlform { .payment-method { + margin-top: 2em; + input { height: 50px; vertical-align: middle; @@ -69,24 +73,24 @@ form table { img { vertical-align: middle; margin-right: 1em; + height: 30px; } label { + display: inline; margin: .5em 0; vertical-align: middle; } - .method { - // border: 1px solid black; - border-radius: 10px; - line-height: 48px; + border: 1px solid black; + border-radius: 5px; + line-height: 28px; display: inline-block; vertical-align: middle; padding: 0 1em; margin-right: 1em; - font-size: 1.25em; - background: #01818980; - color: white; + color: black; + text-transform: uppercase; } } }