Refs #31032 -- Removed obsolete CSS workaround for IE in openlayers template.

This commit is contained in:
Mariusz Felisiak 2020-05-01 07:20:30 +02:00 committed by Claude Paroz
parent a0df5dea33
commit 909b5cd1aa
1 changed files with 0 additions and 9 deletions

View File

@ -14,15 +14,6 @@
background-repeat: no-repeat;
}
</style>
<!--[if IE]>
<style type="text/css">
/* This fixes the mouse offset issues in IE. */
#{{ id }}_admin_map { position: static; vertical-align: top; }
/* `font-size: 0` fixes the 1px border between tiles, but borks LayerSwitcher.
Thus, this is disabled until a better fix is found.
#{{ id }}_map { width: {{ map_width }}px; height: {{ map_height }}px; font-size: 0; } */
</style>
<![endif]-->
{% endblock %}
<span id="{{ id }}_admin_map">
<script>