diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-27 12:52:33 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-27 12:52:33 +0100 |
commit | 19fa61f655029b0a2a8a65f5069a9ef2b8926c83 (patch) | |
tree | 4feedf18fe8d466504577b36f3424e863ae94292 | |
parent | ffd6301db1e3709fdb3072b6ee76355971ead603 (diff) |
Make sure content is tall enough, and have a bottom border for when scrolling.
-rw-r--r-- | web/cobrands/bromley/fixmystreet.js | 2 | ||||
-rw-r--r-- | web/cobrands/bromley/layout.scss | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/bromley/fixmystreet.js b/web/cobrands/bromley/fixmystreet.js index e507daf91..c3dcd866a 100644 --- a/web/cobrands/bromley/fixmystreet.js +++ b/web/cobrands/bromley/fixmystreet.js @@ -573,7 +573,7 @@ $.fn.drawer = function(id, ajax) { */ if (!$('html.mobile').length) { if (!($('body').hasClass('frontpage'))){ - heightFix(window, '.content', -176); + heightFix(window, '.content', -128); } } diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index 4dbdd8bab..2724ac83b 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -63,6 +63,7 @@ body.mappage .content { #map_box { border-top: solid 1px #666; + border-bottom: solid 1px #666; } // Perhaps fix map location (should be in central?) |