blokmap/map.css

31 lines
379 B
CSS
Raw Normal View History

2014-12-09 18:54:50 +00:00
html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
2014-12-09 19:44:33 +00:00
.leaflet-popup-content-wrapper,
2014-12-09 19:53:19 +00:00
.leaflet-control-zoom {
2014-12-09 18:54:50 +00:00
border-radius: 0px;
}
2014-12-09 20:11:31 +00:00
.leaflet-popup-content-wrapper {
width: 400px;
}
td {
width: 14%;
}
2014-12-10 13:00:57 +00:00
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
}