[OpenLayers-Commits] r11699 - trunk/openlayers/theme/default

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Mar 11 17:08:33 EST 2011


Author: erilem
Date: 2011-03-11 14:08:31 -0800 (Fri, 11 Mar 2011)
New Revision: 11699

Modified:
   trunk/openlayers/theme/default/style.css
Log:
the editing toolbar is absolutely positioned in the top right corner of the map, p=jorix,me r=me (closes #2223)

Modified: trunk/openlayers/theme/default/style.css
===================================================================
--- trunk/openlayers/theme/default/style.css	2011-03-11 20:15:43 UTC (rev 11698)
+++ trunk/openlayers/theme/default/style.css	2011-03-11 22:08:31 UTC (rev 11699)
@@ -188,7 +188,7 @@
   background-repeat: no-repeat;
 }
 .olControlEditingToolbar  {
-    float:right;
+    top: 0px;
     right: 0px;
     height: 30px; 
     width: 200px;



More information about the Commits mailing list