diff options
author | Steven Day <steve@mysociety.org> | 2015-05-21 13:59:59 +0100 |
---|---|---|
committer | Steven Day <steve@mysociety.org> | 2015-08-25 09:25:45 +0100 |
commit | 625e548e29e3cdce835316666aceaadb4ee28918 (patch) | |
tree | 8339a08f516f9bd35e7715eaa455b95d0cb51362 /web/cobrands/bromley/position_map.js | |
parent | 950c5afd929f79b9998190a361313f9cba1b7d35 (diff) |
[Bromley] Update cobrand to use latest FMS styling
Replaces the existing Bromley council cobrand with a new one that uses
the latest FMS styling. Including the new report list/filter sidebar.
Diffstat (limited to 'web/cobrands/bromley/position_map.js')
-rw-r--r-- | web/cobrands/bromley/position_map.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/web/cobrands/bromley/position_map.js b/web/cobrands/bromley/position_map.js deleted file mode 100644 index dddef3def..000000000 --- a/web/cobrands/bromley/position_map.js +++ /dev/null @@ -1,19 +0,0 @@ -function position_map_box() { - var $html = $('html'); - var bromley_right; - if ($html.hasClass('ie6') || $html.hasClass('ie7')) { - bromley_right = '-480px'; - } else { - bromley_right = '0em'; - } - // Do the same as CSS (in case resized from mobile). - $('#map_box').prependTo('.content').css({ - zIndex: 1, position: 'absolute', - top: '1em', left: '', right: bromley_right, bottom: '', - width: '464px', height: '464px', - margin: 0 - }); -} - -function map_fix() {} -var slide_wards_down = 1; |