aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/oxfordshire/layout.scss10
-rw-r--r--web/cobrands/oxfordshire/position_map.js7
2 files changed, 0 insertions, 17 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss
index bc844a8f4..123e0dc12 100644
--- a/web/cobrands/oxfordshire/layout.scss
+++ b/web/cobrands/oxfordshire/layout.scss
@@ -222,16 +222,6 @@ input.green-btn{
cursor: pointer;
}
-// map instructions (click on 'details' to see details) are a specific requirement from OCC management
-// populated dynamically by position_map.js
-#occ-map-instructions {
- position: absolute;
- color: #666;
- margin: 0 0 0 430px;
- width: 540px;
- bottom: 0;
-}
-
.big-green-banner {
text-align: left;
text-transform: inherit;
diff --git a/web/cobrands/oxfordshire/position_map.js b/web/cobrands/oxfordshire/position_map.js
index 143f07f7c..9e299ea72 100644
--- a/web/cobrands/oxfordshire/position_map.js
+++ b/web/cobrands/oxfordshire/position_map.js
@@ -22,13 +22,6 @@ function position_map_box() {
width: map_box_width, height: map_box_height,
margin: "0 1em"
});
- if($('#map_box').length) {
- if (! $('#occ-map-instructions').length) {
- $('#map_box').after("<div id='occ-map-instructions'><p>" +
- "Click on a pin and then on the &ldquo;details&rdquo; link to see an individual report detail.</p></div>");
- }
- }
-
}
function map_fix() {}