From: Anthony Talarico Date: Wed, 20 Mar 2019 19:35:17 +0000 (-0400) Subject: changing the header to be the county name instead of home of, and changing the number... X-Git-Tag: v1.0.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=13d853a1c13371cd84bfd93f6656800219806525;p=WP-Plugins%2Fglm-member-db-county-map.git changing the header to be the county name instead of home of, and changing the number to bullets in the county map top 5 list --- diff --git a/css/glm-county-map.min.css b/css/glm-county-map.min.css index ee5936c..af1dcbc 100644 --- a/css/glm-county-map.min.css +++ b/css/glm-county-map.min.css @@ -1 +1 @@ -.isle-royale-label{font-size:16px}.isle-royale-label .isle-royale-arrow{position:absolute;top:-40px;left:0;width:100%;font-size:26px;height:100%}.area-label{color:white;border-radius:6px;padding:5px 10px !important;box-shadow:2px 4px 5px 0 rgba(0,0,0,0.5);font-weight:bold !important}.leaflet-pane.leaflet-marker-pane div:nth-child(8) .area-label{background:#5E8F72 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(9) .area-label{background:#1c1c1c !important}.leaflet-pane.leaflet-marker-pane div:nth-child(10) .area-label{background:#65C6F4 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(11) .area-label{background:#587386 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(12) .area-label{background:#696969 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(13) .area-label{background:#8F5E6D !important}.leaflet-pane.leaflet-marker-pane div:nth-child(14) .area-label{background:white !important;color:black !important;font-weight:bold}.leaflet-pane.leaflet-marker-pane div:nth-child(15) .area-label{background:#685E8F !important}.leaflet-pane.leaflet-marker-pane div:nth-child(16) .area-label{background:#F59E00 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(17) .area-label{background:#F47165 !important}#glm-county-description{background:white;border-radius:7px;height:150px;width:375px;position:absolute;z-index:999;left:40%;top:10px}#glm-county-description .county-description-title{padding-top:5px;font-weight:bold;font-size:16px;background:#668194;color:white;border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:5px;text-transform:uppercase}#glm-county-description .glm-county-map-top-list li{margin:0 !important;text-align:left;padding:0 5px !important} +.isle-royale-label{font-size:16px}.isle-royale-label .isle-royale-arrow{position:absolute;top:-40px;left:0;width:100%;font-size:26px;height:100%}.area-label{color:white;border-radius:6px;padding:5px 10px !important;box-shadow:2px 4px 5px 0 rgba(0,0,0,0.5);font-weight:bold !important}.leaflet-pane.leaflet-marker-pane div:nth-child(8) .area-label{background:#5E8F72 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(9) .area-label{background:#1c1c1c !important}.leaflet-pane.leaflet-marker-pane div:nth-child(10) .area-label{background:#65C6F4 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(11) .area-label{background:#587386 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(12) .area-label{background:#696969 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(13) .area-label{background:#8F5E6D !important}.leaflet-pane.leaflet-marker-pane div:nth-child(14) .area-label{background:white !important;color:black !important;font-weight:bold}.leaflet-pane.leaflet-marker-pane div:nth-child(15) .area-label{background:#685E8F !important}.leaflet-pane.leaflet-marker-pane div:nth-child(16) .area-label{background:#F59E00 !important}.leaflet-pane.leaflet-marker-pane div:nth-child(17) .area-label{background:#F47165 !important}#glm-county-description{background:white;border-radius:7px;height:150px;width:400px;position:absolute;z-index:999;left:40%;top:10px}#glm-county-description .county-description-title{padding-top:5px;font-weight:bold;font-size:16px;background:#668194;color:white;border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:5px;text-transform:uppercase}#glm-county-description .glm-county-map-top-list{display:block !important;padding:0 5px}#glm-county-description .glm-county-map-top-list li{margin:0 !important;text-align:left;padding:0 5px !important;list-style:disc !important} diff --git a/sass/front/_map.scss b/sass/front/_map.scss index 9691fea..9162123 100644 --- a/sass/front/_map.scss +++ b/sass/front/_map.scss @@ -117,7 +117,7 @@ background: white; border-radius: 7px; height: 150px; - width: 375px; + width: 400px; position: absolute; z-index: 999; left: 40%; @@ -134,10 +134,13 @@ text-transform: uppercase; } .glm-county-map-top-list{ + display: block !important; + padding: 0 5px; li{ margin: 0 !important; text-align: left; padding: 0 5px !important; + list-style: disc !important; } } } \ No newline at end of file diff --git a/views/front/map/display.html b/views/front/map/display.html index 4bf345c..97d0abc 100644 --- a/views/front/map/display.html +++ b/views/front/map/display.html @@ -112,7 +112,7 @@ }).appendTo( $("#area-map")); var countyDescriptionTitle = $("
", { - text: "Home Of", + text: "Welome to the U.P", class: "county-description-title" }).appendTo(countyDescription); @@ -244,7 +244,7 @@ }).appendTo(countyMapTopList) }); countyDescription.html(''); - countyDescription.append($("
"+countyAttractions[county].title + "
")); + countyDescription.append($("
"+ county + " County" + "
")); countyDescription.append(countyMapTopList); }, mouseout: function(e){ @@ -297,151 +297,151 @@ Mackinac : { title : "Home Of", list : [ - "1. Mackinac Island", - "2. Mackinac Bridge", - "3. Les Cheneaux Islands", - "4. St Ignace Huron Boardwalk", - "5. Cut River Bridge" + "• Mackinac Island", + "• Mackinac Bridge", + "• Les Cheneaux Islands", + "• St Ignace Huron Boardwalk", + "• Cut River Bridge" ] }, Chippewa : { title : "Home Of", list : [ - "1. Soo Locks", - "2. Soo Locks Boat Tours", - "3. Kewadin Casinos", - "4. Great Lakes Shipwreck Museum", - "5. Drummond Island" + "• Soo Locks", + "• Soo Locks Boat Tours", + "• Kewadin Casinos", + "• Great Lakes Shipwreck Museum", + "• Drummond Island" ] }, Luce : { title : "Home Of", list : [ - "1. Tahquamenon Falls State Park", - "2. Crisp Point Lighthouse", - "3. Tahquamenon Logging Museum", - "4. Oswald's Bear Ranch", - "5. Tahquamenon Falls Riverboat Tour & Toonerville Trolley" + "• Tahquamenon Falls State Park", + "• Crisp Point Lighthouse", + "• Tahquamenon Logging Museum", + "• Oswald's Bear Ranch", + "• Tahquamenon Falls Riverboat Tour & Toonerville Trolley" ] }, Alger : { title : "Home Of", list : [ - "1. Pictured Rocks National Lakeshore", - "2. Grand Island", - "3. Many Waterfalls", - "4. Pictured Rocks Boat Cruises", - "5. Glass Bottom Shipwreck Tours" + "• Pictured Rocks National Lakeshore", + "• Grand Island", + "• Many Waterfalls", + "• Pictured Rocks Boat Cruises", + "• Glass Bottom Shipwreck Tours" ] }, Marquette : { title : "Home Of", list : [ - "1. Marquette Harbor Light", - "2. Presque Isle Park", - "3. Michigan Iron Industry Museum", - "4. US Ski & Snowboard Hall of Fame...", - "5. Waterfront Park & Downtown Nightlife" + "• Marquette Harbor Light", + "• Presque Isle Park", + "• Michigan Iron Industry Museum", + "• US Ski & Snowboard Hall of Fame...", + "• Waterfront Park & Downtown Nightlife" ] }, Baraga : { title : "Home Of", list : [ - "1. Canyon Falls", - "2. Sturgeon River Gorge", - "3. Historic Alberta Village", - "4. Bishop Baraga Shrine", - "5. Mount Arvon" + "• Canyon Falls", + "• Sturgeon River Gorge", + "• Historic Alberta Village", + "• Bishop Baraga Shrine", + "• Mount Arvon" ] }, Houghton : { title : "Home Of", list : [ - "1. Michigan Technological University", - "2. Keweenaw National Historical Park", - "3. Portage Canal", - "4. Laurium Manor Inn", - "5. AE Seaman Mineral Museum" + "• Michigan Technological University", + "• Keweenaw National Historical Park", + "• Portage Canal", + "• Laurium Manor Inn", + "• AE Seaman Mineral Museum" ] }, Keweenaw : { title : "Home Of", list : [ - "1. Brockway Mountain Drive", - "2. Isle Royale National Park", - "3. Fort Wilkins State Park", - "4. Estivant Pines", - "5. Eagle Harbor Lighthouse" + "• Brockway Mountain Drive", + "• Isle Royale National Park", + "• Fort Wilkins State Park", + "• Estivant Pines", + "• Eagle Harbor Lighthouse" ] }, Gogebic : { title : "Home Of", list : [ - "1. Lake Gogebic", - "2. Copper Peak", - "3. Copper Peak", - "4. 3 Ski Resorts", - "5. Sylvania Wilderness Area" + "• Lake Gogebic", + "• Copper Peak", + "• Copper Peak", + "• 3 Ski Resorts", + "• Sylvania Wilderness Area" ] }, Ontonagon : { title : "Home Of", list : [ - "1. Porcupine Mountains Wilderness State Park", - "2. More than 100 waterfalls", - "3. Old Victoria Restoration", - "4. Adventure Mine", - "5. Lake Gogebic" + "• Porcupine Mountains Wilderness State Park", + "• More than 100 waterfalls", + "• Old Victoria Restoration", + "• Adventure Mine", + "• Lake Gogebic" ] }, Schoolcraft : { title : "Home Of", list : [ - "1. Kitch-iti-Kipi", - "2. Manistique East Breakwater Light", - "3. Seul Choix Point Lighthouse", - "4. Siphon Bridge", - "5. Seney National Wildlife Refuge" + "• Kitch-iti-Kipi", + "• Manistique East Breakwater Light", + "• Seul Choix Point Lighthouse", + "• Siphon Bridge", + "• Seney National Wildlife Refuge" ] }, Iron : { title : "Home Of", list : [ - "1. Young's Golf Recreation & Restaurant", - "2. Chicagon Lake", - "3. UP Championship Rodeo", - "4. Iron County Historical Museum", - "5. Michigamme Reservoir" + "• Young's Golf Recreation & Restaurant", + "• Chicagon Lake", + "• UP Championship Rodeo", + "• Iron County Historical Museum", + "• Michigamme Reservoir" ] }, Dickinson : { title : "Home Of", list : [ - "1. Pine Mountain Ski Jump", - "2. Piers Gorge", - "3. Timberstone Golf Course", - "4. World War II Glider/Cornish Pump Mining Museum", - "5. Iron Mountain Iron Mine" + "• Pine Mountain Ski Jump", + "• Piers Gorge", + "• Timberstone Golf Course", + "• World War II Glider/Cornish Pump Mining Museum", + "• Iron Mountain Iron Mine" ] }, Menominee : { title : "Home Of", list : [ - "1. Menominee Historic Waterfront Downtown", - "2. Island Resort & Casino", - "3. Menominee North Pier Light", - "4. IXL Historical Museum", - "5. Pemene Falls" + "• Menominee Historic Waterfront Downtown", + "• Island Resort & Casino", + "• Menominee North Pier Light", + "• IXL Historical Museum", + "• Pemene Falls" ] }, Delta : { title : "Home Of", list : [ - "1. Walleye Capital of the World", - "2. Sand Point Lighthouse", - "3. UP State Fair", - "4. Fayette Historic State Park", - "5. Great Golfing" + "• Walleye Capital of the World", + "• Sand Point Lighthouse", + "• UP State Fair", + "• Fayette Historic State Park", + "• Great Golfing" ] } }