You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
441 B

html, body, #map {
height: 100%;
}
.leaflet-top .leaflet-control-zoom {
margin-top: 60px;
margin-left: 26px;
}
table.calendar {
width: 100%;
}
.calendar th, .calendar td {
text-align: center;
width: 14%;
}
.calendar td a {
display: block;
text-decoration: none;
color: black;
}
.calendar td a:hover, .calendar td a.selected:hover {
background: #999;
color: white;
}
.calendar td a.selected {
background: #6699ff;
}