diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-03-15 17:02:02 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-03-15 17:02:02 +0000 |
commit | 4ee91dc054a0fe65fe62f75e7d37962c789d8224 (patch) | |
tree | e77bb4a034ffcbca6f7b8ab60d3507395e632859 /web | |
parent | 3a8f477904f22f02c9f378715d2ad509b6e9855f (diff) |
add offset to stop Oxfordshire map + map instructions colliding with footer
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 2 |
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 |