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

  1. html, body, #map {
  2. height: 100%;
  3. }
  4. .leaflet-top .leaflet-control-zoom {
  5. margin-top: 60px;
  6. margin-left: 26px;
  7. }
  8. table.calendar {
  9. width: 100%;
  10. }
  11. .calendar th, .calendar td {
  12. text-align: center;
  13. width: 14%;
  14. }
  15. .calendar td a {
  16. display: block;
  17. text-decoration: none;
  18. color: black;
  19. }
  20. .calendar td a:hover, .calendar td a.selected:hover {
  21. background: #999;
  22. color: white;
  23. }
  24. .calendar td a.selected {
  25. background: #6699ff;
  26. }