From 94e23fef67e2335fae0b1e7d9b5b02b8569033af Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 30 Apr 2013 15:50:21 -0400 Subject: [PATCH] css file for the new home page map section --- productMods/css/home-page-maps.css | 53 ++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 productMods/css/home-page-maps.css diff --git a/productMods/css/home-page-maps.css b/productMods/css/home-page-maps.css new file mode 100644 index 00000000..52cc6881 --- /dev/null +++ b/productMods/css/home-page-maps.css @@ -0,0 +1,53 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +/* styles for geographic focus maps on home page */ +div#mapControls { + margin: -26px 26px 0 0 ; + float: right; +} +a.selected { + color: #555; + text-decoration: none; +} +div#mapControls a { + font-size: 1.05em; +} +div#researcherTotal { + margin: 12px 0 -2px 34px; +} +.mapArea { + height:540px; + width:885px; + margin: 2px 0 16px 16px; +} +.divIconCount { + border: none; + color: #777; + font-size: 0.75em; + text-align: center; +} +.divIconCountPlus { + border: none; + color: #777; + font-size: 0.75em; + text-align: center; + padding-left: -10px; +} +.leaflet-popup-tip-container { + display: none !important; +} +.leaflet-popup-content-wrapper, .leaflet-popup-tip { + background: none repeat scroll 0 0 white; + box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); +} +.leaflet-popup-content-wrapper { + border-radius: 10px 10px 10px 10px; + padding: 1px; + text-align: center; + width: 170px; + margin-top:-60px; +} +.leaflet-popup-content { + line-height: 1.4; + margin: 8px 8px; +} \ No newline at end of file