aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-29 13:22:35 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-29 13:22:35 +0100
commit9be0511aa98674cdc49f71a8a263d77d8fc310a3 (patch)
treea512cfd28282dacaf5f3eae3c4a239fce23ff5e1 /web
parent1c72ecdb26dddc776795556ac75c59fb65bf86c1 (diff)
Remove OCC text from map footer on Oxfordshire cobrand
Diffstat (limited to 'web')
-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() {}