diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-29 13:22:35 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-29 13:22:35 +0100 |
commit | 9be0511aa98674cdc49f71a8a263d77d8fc310a3 (patch) | |
tree | a512cfd28282dacaf5f3eae3c4a239fce23ff5e1 /web | |
parent | 1c72ecdb26dddc776795556ac75c59fb65bf86c1 (diff) |
Remove OCC text from map footer on Oxfordshire cobrand
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 10 | ||||
-rw-r--r-- | web/cobrands/oxfordshire/position_map.js | 7 |
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 “details” link to see an individual report detail.</p></div>"); - } - } - } function map_fix() {} |