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;
|
|
|
|
}
|
2019-04-14 19:17:43 +02:00
|
|
|
|
|
|
|
#search-menu {
|
|
|
|
position: absolute;
|
2019-04-21 21:51:43 +02:00
|
|
|
top: 5%;
|
|
|
|
bottom: 5%;
|
|
|
|
left: 5%;
|
|
|
|
right: 5%;
|
2019-04-14 19:17:43 +02:00
|
|
|
z-index: 99999;
|
|
|
|
}
|
2019-06-09 18:31:05 +02:00
|
|
|
|
|
|
|
.mapserver-label-icon {
|
|
|
|
margin-left: -100px !important;
|
|
|
|
margin-top: -100px !important;
|
|
|
|
}
|