From: Anthony Talarico Date: Mon, 10 Dec 2018 17:04:13 +0000 (-0500) Subject: moving the action buttons to the bottom of the county list dropdown X-Git-Tag: v1.0.0^2~348 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7b5a68010e9ccd9d37ed87b899ba4be9cf14cc48;p=WP-Themes%2Fuptravel.git moving the action buttons to the bottom of the county list dropdown --- diff --git a/css/app.css b/css/app.css index 00aca6c..67ed967 100644 --- a/css/app.css +++ b/css/app.css @@ -7469,7 +7469,7 @@ body .leaflet-bottom.leaflet-right { #county-action-items { position: absolute; - bottom: 65px; + bottom: 20px; left: 0; display: flex; justify-content: space-around; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 786300d..4f2591a 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -84,7 +84,7 @@ body{ } #county-action-items{ position: absolute; - bottom: 65px; + bottom: 20px; left: 0; display: flex; justify-content: space-around;