make style override consistent with other examples

This commit is contained in:
mike-000
2020-07-12 13:47:02 +01:00
committed by GitHub
parent 30d48573a7
commit 54fc7439b4

View File

@@ -6,15 +6,16 @@
width: 1000px; width: 1000px;
height: 600px; height: 600px;
} }
div.ol-zoom { .map .ol-zoom {
top: 178px; top: 178px;
left: 158px; left: 158px;
} }
div.ol-rotate { .map .ol-rotate {
top: 178px; top: 178px;
right: 58px; right: 58px;
} }
.map div.ol-attribution { .map .ol-attribution,
.map .ol-attribution.ol-uncollapsible {
bottom: 30px; bottom: 30px;
right: 50px; right: 50px;
} }