From ec9ce5b1c8ae305be2dfe306e6d62a3eb091bb6d Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Wed, 12 Apr 2017 13:32:07 +0200 Subject: [PATCH] Form styles --- publichealth/home/templates/home/contact_form.html | 6 ++++++ publichealth/static/css/modules/_forms.scss | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/publichealth/home/templates/home/contact_form.html b/publichealth/home/templates/home/contact_form.html index ef58113..682d333 100644 --- a/publichealth/home/templates/home/contact_form.html +++ b/publichealth/home/templates/home/contact_form.html @@ -19,6 +19,12 @@ + + {% endblock %} diff --git a/publichealth/static/css/modules/_forms.scss b/publichealth/static/css/modules/_forms.scss index 16b898d..e61b78e 100644 --- a/publichealth/static/css/modules/_forms.scss +++ b/publichealth/static/css/modules/_forms.scss @@ -19,6 +19,11 @@ list-style: none; label { width: auto; } } + .helptext { + margin-bottom: 1em; + display: block; + font-size: 90%; + } } }