From 2d2bdb916fa873609fbf64c55a8dcb11900c7338 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 19 Feb 2019 10:15:53 -0500 Subject: [PATCH] adding category to the county dropdown action items --- css/app.css | 6 +++--- scss/plugins/_countyMap.scss | 6 +++--- sections/blog-dropdown.php | 14 ++++++++------ 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/css/app.css b/css/app.css index afb7ee2..35ad9f7 100644 --- a/css/app.css +++ b/css/app.css @@ -8085,11 +8085,11 @@ body .leaflet-bottom.leaflet-right { #county-action-items { background: #65C6F4; position: absolute; - width: 104%; + width: 105%; right: 0; text-align: center; - padding: 5px 0; - bottom: -140px; } + padding: 20px 0; + bottom: -155px; } .glm-theme-map-label { font-family: 'Posterizer'; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 98b5210..59e4c1c 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -119,11 +119,11 @@ body{ #county-action-items{ background: #65C6F4; position: absolute; - width: 104%; + width: 105%; right: 0; text-align: center; - padding: 5px 0; - bottom: -140px; + padding: 20px 0; + bottom: -155px; } .glm-theme-map-label{ font-family: 'Posterizer'; diff --git a/sections/blog-dropdown.php b/sections/blog-dropdown.php index 87f618c..c578d22 100644 --- a/sections/blog-dropdown.php +++ b/sections/blog-dropdown.php @@ -34,12 +34,14 @@ $travel_tools = array("Order"=>get_permalink(2), "View"=>"https://www.bluetoad - + $icon = "Waterfalls"; + $category = 25; + } else if ( strpos( $item, 'Light' ) !== false ) { + $icon = 'Lighthouses'; + $category = 21; + } + ?> + -- 2.17.1