Position the rotate control lower than usual

This way it does not overlap with the fullscreen control.
This commit is contained in:
Marc Jansen
2015-04-02 17:42:46 +02:00
committed by Andreas Hocevar
parent bf1985d712
commit e3face3d9d

View File

@@ -6,4 +6,8 @@
}
.map:fullscreen {
height: 100%;
}
}
/* position the rotate control lower than usual */
.ol-rotate {
top: 3em;
}