aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/oxfordshire/report/new/councils_text_all.html21
-rw-r--r--web/cobrands/oxfordshire/base.scss9
2 files changed, 22 insertions, 8 deletions
diff --git a/templates/web/oxfordshire/report/new/councils_text_all.html b/templates/web/oxfordshire/report/new/councils_text_all.html
index e71a400ac..a7babd2db 100644
--- a/templates/web/oxfordshire/report/new/councils_text_all.html
+++ b/templates/web/oxfordshire/report/new/councils_text_all.html
@@ -1,3 +1,17 @@
+<div class="oxfordshire-preamble">
+ <p>
+ Please <strong>do not</strong> use this form for reporting
+ <strong>emergencies and urgent</strong> problems.
+ You should report these by contacting 0845&nbsp;310&nbsp;11&nbsp;11.
+ </p>
+ <p>
+ Our opening hours are 8.30&nbsp;to&nbsp;5, Monday to Thursday and 8.30&nbsp;to&nbsp;4 on Fridays.
+ </p>
+ If your enquiry is related to Highways and is outside of our opening hours and
+ cannot wait, please contact Thames Valley Police on 101.
+ </p>
+</div>
+
<p>You can use this form to report a problem or to make an enquiry about roads
and pavements in your area. All the information you provide here will be sent
to <strong>[% all_council_names.join( '</strong> or <strong>' ) %]</strong>.
@@ -5,13 +19,6 @@ The subject and details of the problem will be public, plus your name if you
give us permission. If you report a fault on a road that is not owned by
Oxfordshire County Council we will pass the report on to the relevant body.
-<p>Our opening hours are 8.30 to 5, Monday to Thursday and 8.30 to 4 on
-Fridays. Please <strong>do not</strong> use this form for reporting
-<strong>emergencies and urgent</strong> problems. You should report these by
-contacting 0845 310 11 11. If your enquiry is related to Highways and is
-outside of our opening hours and cannot wait, please contact Thames Valley
-Police on 101.</p>
-
<p>Please use <a href="/faq#pothole" target="_blank">our chart</a> to determine
the size of any pot holes being reported and whether to submit a report using
this online form or by telephone.</p>
diff --git a/web/cobrands/oxfordshire/base.scss b/web/cobrands/oxfordshire/base.scss
index 10e5c5711..d3ba888d9 100644
--- a/web/cobrands/oxfordshire/base.scss
+++ b/web/cobrands/oxfordshire/base.scss
@@ -37,4 +37,11 @@
height: 20px;
width: 105px;
}
-} \ No newline at end of file
+}
+
+.oxfordshire-preamble {
+ background: #E0E0E0;
+ margin: 0em auto 1em auto;
+ padding: 1em 1em 0.5em 1em;
+}
+