From 0511202743ba5b398254608421246e21fd3b72a8 Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Fri, 2 Jun 2017 14:16:57 +0200 Subject: [PATCH] Correct controls position in Center example --- examples/center.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/center.css b/examples/center.css index 3f96011ab0..a57a8e7811 100644 --- a/examples/center.css +++ b/examples/center.css @@ -10,9 +10,13 @@ div.ol-zoom { top: 178px; left: 158px; } +div.ol-rotate { + top: 178px; + right: 58px; +} div.ol-attribution { - bottom: 30px; - right: 50px; + bottom: 30px !important; + right: 50px !important; } .padding-top { position: absolute;