aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/fixmystreet-uk-councils/report/new/inline-tips.html4
-rw-r--r--templates/web/fixmystreet.com/report/new/after_photo.html4
-rw-r--r--templates/web/fixmystreet.com/report/new/inline-tips.html5
-rw-r--r--templates/web/oxfordshire/report/new/inline-tips.html4
-rw-r--r--web/cobrands/sass/_base.scss3
5 files changed, 12 insertions, 8 deletions
diff --git a/templates/web/fixmystreet-uk-councils/report/new/inline-tips.html b/templates/web/fixmystreet-uk-councils/report/new/inline-tips.html
index 12b60beeb..cac01aa3f 100644
--- a/templates/web/fixmystreet-uk-councils/report/new/inline-tips.html
+++ b/templates/web/fixmystreet-uk-councils/report/new/inline-tips.html
@@ -1,12 +1,12 @@
<div class="description_tips">
- <h4>Tips for successful reports:</h4>
+ <h4>Tips for successful reports</h4>
<ul class="do">
<li>Be polite</li>
<li>Use exact locations</li>
<li>Say how long the issue’s been&nbsp;present</li>
</ul>
<ul class="dont">
- <li>Don’t leave abusive or libellous&nbsp;messages</li>
+ <li>Don’t identify or accuse other&nbsp;people</li>
<li>Don’t include private contact details in the&nbsp;description</li>
</ul>
</div>
diff --git a/templates/web/fixmystreet.com/report/new/after_photo.html b/templates/web/fixmystreet.com/report/new/after_photo.html
index 987f6d124..3977d80a6 100644
--- a/templates/web/fixmystreet.com/report/new/after_photo.html
+++ b/templates/web/fixmystreet.com/report/new/after_photo.html
@@ -1,5 +1,5 @@
<div class="description_tips">
- <h4>Tips for perfect photos:</h4>
+ <h4>Tips for perfect photos</h4>
<ul class="do">
<li>Show what the problem is</li>
<li>Show where it’s located</li>
@@ -7,4 +7,4 @@
<ul class="dont">
<li>Avoid personal information and vehicle number plates</li>
</ul>
-</div> \ No newline at end of file
+</div>
diff --git a/templates/web/fixmystreet.com/report/new/inline-tips.html b/templates/web/fixmystreet.com/report/new/inline-tips.html
index 12b60beeb..de643b61c 100644
--- a/templates/web/fixmystreet.com/report/new/inline-tips.html
+++ b/templates/web/fixmystreet.com/report/new/inline-tips.html
@@ -1,12 +1,13 @@
<div class="description_tips">
- <h4>Tips for successful reports:</h4>
+ <h4 class="description_tips__heading--inline">Tips for successful reports</h4>
+ <small>(please read our <a href="/about/house-rules" target="_blank">House Rules</a>)</small>
<ul class="do">
<li>Be polite</li>
<li>Use exact locations</li>
<li>Say how long the issue’s been&nbsp;present</li>
</ul>
<ul class="dont">
- <li>Don’t leave abusive or libellous&nbsp;messages</li>
+ <li>Don’t identify or accuse other&nbsp;people</li>
<li>Don’t include private contact details in the&nbsp;description</li>
</ul>
</div>
diff --git a/templates/web/oxfordshire/report/new/inline-tips.html b/templates/web/oxfordshire/report/new/inline-tips.html
index 810c04363..1194595a1 100644
--- a/templates/web/oxfordshire/report/new/inline-tips.html
+++ b/templates/web/oxfordshire/report/new/inline-tips.html
@@ -1,12 +1,12 @@
<div class="description_tips">
- <h4>Tips for successful reports:</h4>
+ <h4>Tips for successful reports</h4>
<ul class="do">
<li>Be polite</li>
<li>Use exact locations (e.g. carriageway)</li>
<li>Say how long the issue’s been&nbsp;present</li>
</ul>
<ul class="dont">
- <li>Don’t leave abusive or libellous&nbsp;messages</li>
+ <li>Don’t identify or accuse other&nbsp;people</li>
<li>Don’t include private contact details in the&nbsp;description</li>
</ul>
</div>
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index a833bb7cf..fa51e29f7 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -1391,6 +1391,9 @@ label .muted {
}
}
}
+.description_tips__heading--inline {
+ display: inline-block;
+}
#problem_form > label:first-child {
margin-top: 0;