diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-22 14:40:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-22 14:40:32 +0100 |
commit | b847ba69fb1c280cd26f3f9c302816e8e7bf4997 (patch) | |
tree | dc39f53b27c5bdd606a9f8f9bb3fb377897b99c7 | |
parent | 62887757a6b8a94047911a90b44e6bf12776b08d (diff) |
Change questionnaire subject to include report title, fixes #115.
-rw-r--r-- | templates/email/default/questionnaire.txt | 2 | ||||
-rw-r--r-- | web/css/main-scambs.css | 46 |
2 files changed, 1 insertions, 47 deletions
diff --git a/templates/email/default/questionnaire.txt b/templates/email/default/questionnaire.txt index 4be8eeaa4..7ff184c41 100644 --- a/templates/email/default/questionnaire.txt +++ b/templates/email/default/questionnaire.txt @@ -1,4 +1,4 @@ -Subject: Questionnaire about your problem on FixMyStreet +Subject: FixMyStreet questionnaire about '<?=$values['title']?>' Hi <?=$values['name']?>, diff --git a/web/css/main-scambs.css b/web/css/main-scambs.css deleted file mode 100644 index 52f01ffcf..000000000 --- a/web/css/main-scambs.css +++ /dev/null @@ -1,46 +0,0 @@ -ul#error { - padding-top: 4px; - padding-bottom: 4px; -} - -blockquote { - border-left: solid 4px #013B63; -} - -.a { - color: #000000; - background-color: #427499; -} - -#postcodeForm, #front_stats div { - background-color: #427499; - color: #ffffff; -} - -#front_stats div { - padding: 0.5em 0; - width: 7em; -} - -/* Smaller map */ -#map_box { - width: 380px; -} -#map, #drag { - width: 378px; - height: 378px; -} -#watermark { - display: none; - background: url("/i/mojwatermark-378.png"); - height: 84px; - width: 171px; - position: absolute; - bottom: 0; - right: 0; -} - -#fixed, #unknown { - margin-right: 400px; -} - |