From dc52eab141b2b4ba6dd6306e9b73e69fa5b085ad Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 25 Sep 2014 15:20:33 +0100 Subject: [Oxfordshire] Lower min-height offset to cover map --- web/cobrands/fixmystreet/fixmystreet.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 60aa9d1ff..d26515ecf 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -462,6 +462,9 @@ $.fn.drawer = function(id, ajax) { if (cobrand == 'bromley') { offset = -110; } + if (cobrand == 'oxfordshire') { + offset = -13 * 16; + } heightFix(window, '.content', offset, 1); // in case we have a map that isn't full screen map_fix(); -- cgit v1.2.3