Position date headings fixed

This commit is contained in:
Arne Schlüter 2015-02-09 13:20:42 +01:00
commit 2da61bf098

View file

@ -56,7 +56,20 @@ a {
font-style: italic; font-style: italic;
font-size: 1.2em; font-size: 1.2em;
color: #aaa; color: #aaa;
margin-top: 3px; position: fixed;
line-height: 2;
top: 0;
left: 0;
display: inline-block;
padding: 0 1.1em;
background: -webkit-linear-gradient(top, #222, #222 80%, transparent);
background: linear-gradient(to bottom, #222, #222 80%, transparent);
width: 330px;
padding-bottom: .6em;
}
.leaflet-popup-content p {
margin: 48px 0 18px;
} }
.leaflet-container a.leaflet-popup-close-button { .leaflet-container a.leaflet-popup-close-button {
@ -66,6 +79,7 @@ a {
font-family: 'Libre Baskerville', serif; font-family: 'Libre Baskerville', serif;
font-size: 1.2em; font-size: 1.2em;
padding: 1.3em; padding: 1.3em;
z-index: 10;
} }
.circle-marker { .circle-marker {