From 160f7b26e808f1288508aeadaeba9df6282637f6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 31 Jul 2013 14:11:56 -0700 Subject: [PATCH 1/1] Fix map control style on non-main page maps --- app/assets/stylesheets/common.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 19ad55d31..c90aa9145 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -551,6 +551,7 @@ a.donate { border-radius: 0; } +.leaflet-control .zoomout, // For non-main page maps .control-locate .control-button, .control-share .control-button { border-radius: 0 0 0 4px; @@ -690,8 +691,7 @@ a.donate { } } -.site-index .leaflet-top, -.site-export .leaflet-top { +.leaflet-top.leaflet-right { top: $lineheight/2 !important; .leaflet-control { margin-right: 0px !important; -- 2.43.2