blokmap/map.css
Gilles Jacobs b2691befae ok
2014-12-09 21:11:31 +01:00

25 lines
273 B
CSS

html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
.leaflet-popup-content-wrapper,
.leaflet-control-zoom {
border-radius: 0px;
}
.leaflet-popup-content-wrapper {
width: 400px;
}
td {
width: 14%;
}