aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-09-25 15:20:33 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-09-25 15:20:33 +0100
commitdc52eab141b2b4ba6dd6306e9b73e69fa5b085ad (patch)
tree1b0afa6e2fe5336b7388a9e7f521d736fb198d68
parent4fe18cb8f4278956a37ed7c8ee507b9e7b851893 (diff)
[Oxfordshire] Lower min-height offset to cover map
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js3
1 files changed, 3 insertions, 0 deletions
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();