From 5bc875e075fc4c5911b3ad57fec7d51bb15321dd Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 15 Apr 2015 11:02:41 +0200 Subject: [PATCH] Simplify .ol-zoomslider and .ol-overviewmap CSS The .ol-control class already defines the position and background values. --- css/ol.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/ol.css b/css/ol.css index 0af4ace477..28bb8f733d 100644 --- a/css/ol.css +++ b/css/ol.css @@ -190,11 +190,8 @@ } .ol-zoomslider { - position: absolute; top: 4.5em; left: .5em; - background: #eee; - background: rgba(255, 255, 255, 0.4); width: 24px; height: 200px; } @@ -218,7 +215,6 @@ } .ol-overviewmap { - position: absolute; left: 0.5em; bottom: 0.5em; }