From: Anthony Talarico Date: Wed, 16 Jan 2019 15:03:37 +0000 (-0500) Subject: fixing the positioning and padding of the view county list button over the county... X-Git-Tag: v1.0.0^2~120 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b359706e23745d0f3673ad721cadebd458cb7412;p=WP-Themes%2Fuptravel.git fixing the positioning and padding of the view county list button over the county map dropdown --- 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;