From: Tom Hughes Date: Tue, 7 Aug 2012 23:37:07 +0000 (+0100) Subject: Enable transition support for Firefox and Opera X-Git-Tag: live~5451 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a29ba66d9d3b7b23846a67e526b4872a8ace6a50 Enable transition support for Firefox and Opera --- 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;