From 54fc7439b4ea56622c7d6ff0c9be0c2cf691bda8 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Sun, 12 Jul 2020 13:47:02 +0100 Subject: [PATCH] make style override consistent with other examples --- examples/center.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/center.css b/examples/center.css index f3eea4d4cb..ea1b3377d3 100644 --- a/examples/center.css +++ b/examples/center.css @@ -6,15 +6,16 @@ width: 1000px; height: 600px; } -div.ol-zoom { +.map .ol-zoom { top: 178px; left: 158px; } -div.ol-rotate { +.map .ol-rotate { top: 178px; right: 58px; } -.map div.ol-attribution { +.map .ol-attribution, +.map .ol-attribution.ol-uncollapsible { bottom: 30px; right: 50px; }