aboutsummaryrefslogtreecommitdiff
path: root/src/css/map.css
blob: 626ff846bd072b56aa3a826402a7c953828f2cb5 (plain)
  1. .leaflet-control-layers-toggle {
  2. background-image: url(../img/leaflet/layers.png);
  3. }
  4. .leaflet-retina .leaflet-control-layers-toggle {
  5. background-image: url(../img/leaflet/layers-2x.png);
  6. }
  7. #content {
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. height: 100%;
  12. width: 100%;
  13. }
  14. .leaflet-control-scale {
  15. text-align: center;
  16. }
  17. .info {
  18. background-color: white;
  19. }