2019-01-29 18:00:00 +01:00
|
|
|
body {
|
2019-09-01 12:01:33 +02:00
|
|
|
height: 98%;
|
2019-03-24 04:10:30 +01:00
|
|
|
margin: 0;
|
2019-01-29 18:00:00 +01:00
|
|
|
}
|
|
|
|
|
2019-08-26 10:17:08 +02:00
|
|
|
#app {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-screen {
|
2019-01-29 18:00:00 +01:00
|
|
|
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
|
|
|
|
2019-06-09 18:31:05 +02:00
|
|
|
.mapserver-label-icon {
|
|
|
|
margin-left: -100px !important;
|
|
|
|
margin-top: -100px !important;
|
|
|
|
}
|