Converted examples

This commit is contained in:
Björn Harrtell
2015-04-02 18:40:16 +02:00
committed by Andreas Hocevar
parent b9074342a6
commit 9880a860a3
24 changed files with 497 additions and 1265 deletions

View File

@@ -0,0 +1,32 @@
.ol-custom-overviewmap,
.ol-custom-overviewmap.ol-uncollapsible {
bottom: auto;
left: auto;
right: 0;
top: 0;
}
.ol-custom-overviewmap:not(.ol-collapsed) {
border: 1px solid black;
}
.ol-custom-overviewmap .ol-overviewmap-map {
border: none;
width: 300px;
}
.ol-custom-overviewmap .ol-overviewmap-box {
border: 2px solid red;
}
.ol-custom-overviewmap:not(.ol-collapsed) button{
bottom: auto;
left: auto;
right: 1px;
top: 1px;
}
.ol-rotate {
top: 170px;
right: 0;
}