From b359706e23745d0f3673ad721cadebd458cb7412 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 16 Jan 2019 10:03:37 -0500 Subject: [PATCH] fixing the positioning and padding of the view county list button over the county map dropdown --- css/app.css | 4 ++-- scss/plugins/_countyMap.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 0f6dac7..9d260d7 100644 --- a/css/app.css +++ b/css/app.css @@ -7977,10 +7977,10 @@ body .leaflet-bottom.leaflet-right { #county-map-toggle { background: #f09b00; color: white; - padding: 10px 10px 2px 15px; + padding: 5px 15px 9px 15px; position: absolute; left: 0px; - top: 0px; + top: 90px; z-index: 9; display: inline-block; text-align: center; } diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 9b2a888..1e0fd2f 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -75,10 +75,10 @@ body{ #county-map-toggle{ background: rgba(darken(orange, 3%),1); color: white; - padding: 10px 10px 2px 15px; + padding: 5px 15px 9px 15px; position: absolute; left: 0px; - top: 0px; + top: 90px; z-index: 9; display: inline-block; text-align: center; -- 2.17.1