diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-02-16 16:46:41 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-03 10:23:14 +0000 |
commit | 6cdd349cc527cff6f7cef9bed6918fda5a375098 (patch) | |
tree | c999c7851347da5566dfd9b9b5be847f5fb7e952 /web | |
parent | ca8a8d172f00fb0b032968c5cd1df82486cdc9b9 (diff) |
[fixmystreet.com] Clarify council contact form.
* Tweak wording to make it clearer that the form is unsuitable
for residents wanting to report street problems.
* Record HTTP Referer when form is submitted, so we can see
which pages are leading people to the FMS4C page.
* Tidy up capitalisation elsewhere in headings on the page.
Fixes #1553.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet.com/fmsforcouncils.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet.com/fmsforcouncils.scss b/web/cobrands/fixmystreet.com/fmsforcouncils.scss index 49b294eac..d2d2182f8 100644 --- a/web/cobrands/fixmystreet.com/fmsforcouncils.scss +++ b/web/cobrands/fixmystreet.com/fmsforcouncils.scss @@ -559,7 +559,7 @@ $fms-green: #62b356; font-weight: normal; } textarea { - height: 15em; + height: 10em; } textarea, input[type="text"], @@ -591,6 +591,11 @@ $fms-green: #62b356; } } + .council-order__form__product__price { + margin-left: 0.5em; + color: #999; + } + .form-group { position: relative; @media (min-width: 44em) { |