[OpenLayers-Commits] r11873 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Apr 5 02:22:15 EDT 2011


Author: erilem
Date: 2011-04-04 23:22:12 -0700 (Mon, 04 Apr 2011)
New Revision: 11873

Modified:
   trunk/openlayers/examples/editingtoolbar-outside.html
Log:
the editing toolbar is pushed to the right in the editingtoolbar-outside.html example in IE7 and IE8 in compatibility mode, p=jorix, r=me (closes #2946)

Modified: trunk/openlayers/examples/editingtoolbar-outside.html
===================================================================
--- trunk/openlayers/examples/editingtoolbar-outside.html	2011-04-04 21:34:56 UTC (rev 11872)
+++ trunk/openlayers/examples/editingtoolbar-outside.html	2011-04-05 06:22:12 UTC (rev 11873)
@@ -9,16 +9,9 @@
     <style type="text/css">
         .olControlEditingToolbar  {
             float:left;
-            width: auto;
+            width: 116px;
         }
     </style>
-    <!--[if lte IE 6]>
-        <style type="text/css">
-            .olControlEditingToolbar {
-                width: 150px;
-            }
-        </style>
-    <![endif]-->
     <script src="../lib/Firebug/firebug.js"></script>
     <script src="../lib/OpenLayers.js"></script>
     <script type="text/javascript">



More information about the Commits mailing list