From a29ba66d9d3b7b23846a67e526b4872a8ace6a50 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 8 Aug 2012 00:37:07 +0100 Subject: [PATCH] Enable transition support for Firefox and Opera --- .../openlayers/theme/openstreetmap/SimplePanZoom.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/openlayers/theme/openstreetmap/SimplePanZoom.css.scss b/app/assets/openlayers/theme/openstreetmap/SimplePanZoom.css.scss index 898640ccb..ad6a63223 100644 --- a/app/assets/openlayers/theme/openstreetmap/SimplePanZoom.css.scss +++ b/app/assets/openlayers/theme/openstreetmap/SimplePanZoom.css.scss @@ -63,10 +63,13 @@ height: 10px; left: 10px; -webkit-transition: top 100ms linear; + -moz-transition: top 100ms linear; + -o-transition: top 100ms linear; background-position: -77px -58px; pointer: move; cursor: move; } + .olControlSimplePanZoom #zoombar { top: 70px; width: 26px; -- 2.43.2