fixing the positioning and padding of the view county list button over the county...
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Jan 2019 15:03:37 +0000 (10:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 16 Jan 2019 15:03:37 +0000 (10:03 -0500)
css/app.css
scss/plugins/_countyMap.scss

index 0f6dac7..9d260d7 100644 (file)
@@ -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; }
index 9b2a888..1e0fd2f 100644 (file)
@@ -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;