style.css (355B)
1 .leaflet-popup-pane, .leaflet-control { 2 cursor: default; 3 } 4 5 .leaflet-control-horizontal-stack { 6 clear: none; 7 } 8 9 .leaflet-left .leaflet-control-horizontal-stack { 10 margin-left: 8px; 11 } 12 13 .leaflet-right .leaflet-control-horizontal-stack { 14 margin-right: 8px; 15 } 16 17 .leaflet-control-layers-expanded .leaflet-control-layers-list { 18 float: left; 19 }