You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
976 B
CSS
62 lines
976 B
CSS
.mapcontainer {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
.map {
|
|
width: 1000px;
|
|
height: 600px;
|
|
}
|
|
.map .ol-zoom {
|
|
top: 178px;
|
|
left: 158px;
|
|
}
|
|
.map .ol-rotate {
|
|
top: 178px;
|
|
right: 58px;
|
|
}
|
|
.map .ol-attribution,
|
|
.map .ol-attribution.ol-uncollapsible {
|
|
bottom: 30px;
|
|
right: 50px;
|
|
}
|
|
.padding-top {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0px;
|
|
width: 1000px;
|
|
height: 170px;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.padding-left {
|
|
position: absolute;
|
|
top: 170px;
|
|
left: 0;
|
|
width: 150px;
|
|
height: 400px;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.padding-right {
|
|
position: absolute;
|
|
top: 170px;
|
|
left: 950px;
|
|
width: 50px;
|
|
height: 400px;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.padding-bottom {
|
|
position: absolute;
|
|
top: 570px;
|
|
left: 0px;
|
|
width: 1000px;
|
|
height: 30px;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.center {
|
|
position: absolute;
|
|
border: solid 1px black;
|
|
top: 490px;
|
|
left: 560px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|