mapserver/server/static/css/custom.css

18 lines
219 B
CSS
Raw Normal View History

2019-01-29 18:00:00 +01:00
body {
height: 100%;
2019-03-24 04:10:30 +01:00
margin: 0;
overflow: hidden;
2019-01-29 18:00:00 +01:00
}
#image-map {
width: 100%;
height: 100%;
border: 1px solid #ccc;
margin-bottom: 10px;
}
.leaflet-custom-display {
background: #fff;
padding: 5px;
}