blob: a5b06369f2a569dce6bf043d80e702847ef3c853 (
plain)
- .leaflet-control-layers-toggle {
- background-image: url(../img/leaflet/layers.png);
- }
- .leaflet-retina .leaflet-control-layers-toggle {
- background-image: url(../img/leaflet/layers-2x.png);
- }
- #map {
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- width: 100%;
- }
- .leaflet-control-scale {
- text-align: center;
- }
- .info {
- background-color: white;
- }
|