css file for the new home page map section
This commit is contained in:
parent
6e8f5038a4
commit
94e23fef67
1 changed files with 53 additions and 0 deletions
53
productMods/css/home-page-maps.css
Normal file
53
productMods/css/home-page-maps.css
Normal file
|
@ -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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue