aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-03-15 17:02:02 +0000
committerDave Whiteland <dave@mysociety.org>2013-03-15 17:02:02 +0000
commit4ee91dc054a0fe65fe62f75e7d37962c789d8224 (patch)
treee77bb4a034ffcbca6f7b8ab60d3507395e632859 /web
parent3a8f477904f22f02c9f378715d2ad509b6e9855f (diff)
add offset to stop Oxfordshire map + map instructions colliding with footer
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index b490c6177..f638eed9a 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -447,6 +447,8 @@ $.fn.drawer = function(id, ajax) {
var offset = -18 * 16;
if (cobrand == 'bromley') {
offset = -110;
+ } else if (cobrand == 'oxfordshire') {
+ offset = -110;
}
heightFix(window, '.content', offset, 1);
// in case we have a map that isn't full screen