From 45b54f4a2cb3b05d0c77e68174eda02d6564cc6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 11 Mar 2011 22:08:31 +0000 Subject: [PATCH] the editing toolbar is absolutely positioned in the top right corner of the map, p=jorix,me r=me (closes #2223) git-svn-id: http://svn.openlayers.org/trunk/openlayers@11699 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/default/style.css b/theme/default/style.css index c819ef76d0..ea61d0d158 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -188,7 +188,7 @@ div.olControlMousePosition { background-repeat: no-repeat; } .olControlEditingToolbar { - float:right; + top: 0px; right: 0px; height: 30px; width: 200px;