Update zoomslider custom styling to match control styling changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user