Merge pull request #1614 from Intermedix/ol-touch-zoomslider

Add styles for .ol-touch .ol-zoomslider
This commit is contained in:
Marc Jansen
2014-03-24 09:24:23 +01:00
2 changed files with 31 additions and 18 deletions

View File

@@ -13,19 +13,19 @@
* The zoomslider in the second map shall be placed between the zoom-in and
* zoom-out buttons.
*/
#map2 .ol-zoom a.ol-zoom-out {
#map2 .ol-zoom .ol-zoom-out {
margin-top: 202px;
}
#map2 .ol-zoomslider {
background-color: transparent;
top: 34px;
left: 9px;
width: 24px;
top: 2.3em;
}
#map2 .ol-zoomslider-thumb {
border-radius: 2px;
width: 24px;
height: 12px;
#map2 .ol-touch .ol-zoom .ol-zoom-out {
margin-top: 212px;
}
#map2 .ol-touch .ol-zoomslider {
top: 2.75em;
}
/**