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)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11873 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2011-04-05 06:22:12 +00:00
parent 0e27cea7f8
commit 8337674791
+1 -8
View File
@@ -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">