diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/bexley/js.js | 1 | ||||
-rw-r--r-- | web/cobrands/sass/_base.scss | 16 |
2 files changed, 12 insertions, 5 deletions
diff --git a/web/cobrands/bexley/js.js b/web/cobrands/bexley/js.js index e0d87d66d..cc973fda6 100644 --- a/web/cobrands/bexley/js.js +++ b/web/cobrands/bexley/js.js @@ -123,6 +123,7 @@ fixmystreet.assets.add(road_defaults, { }, road: true, all_categories: true, + nearest_radius: 0.1, actions: { found: function(layer, feature) { var category = $('select#form_category').val(), diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 32a85fa04..2d67b3986 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -2377,11 +2377,17 @@ a#geolocate_link.loading, .btn--geolocate.loading { .a { background: #f6f6f6; } - img[width="16"] { - margin-top: 4px; - margin-#{$left}: 0.5em; - float: $right; - } +} + +.alerts-rss-link { + position: relative; + z-index: 1; // stack in front of the position:relative .label-containing-checkbox + + img { + margin-top: 4px; + margin-#{$left}: 0.5em; + float: $right; + } } .alerts__nearby-activity { |