Update zoomslider custom styling to match control styling changes

This commit is contained in:
Steven Pukansky
2014-03-10 16:08:46 -04:00
parent a0fdc0ecf9
commit e62e537eed
2 changed files with 22 additions and 25 deletions

View File

@@ -13,26 +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;
}
#map2 .ol-zoomslider-thumb {
height: 12px;
top: 2.3em;
}
#map2 .ol-touch .ol-zoom a.ol-zoom-out {
#map2 .ol-touch .ol-zoom .ol-zoom-out {
margin-top: 212px;
}
#map2 .ol-touch .ol-zoomslider {
top: 42px;
height: 210px;
}
#map2 .ol-touch .ol-zoomslider-thumb {
height: 20px;
top: 2.75em;
}
/**