mirror of https://github.com/django/django.git
Refs #31032 -- Removed obsolete CSS workaround for IE in openlayers template.
This commit is contained in:
parent
a0df5dea33
commit
909b5cd1aa
|
@ -14,15 +14,6 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
</style>
|
</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 %}
|
{% endblock %}
|
||||||
<span id="{{ id }}_admin_map">
|
<span id="{{ id }}_admin_map">
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue