diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-01 07:20:30 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2020-05-02 14:31:20 +0200 |
| commit | 909b5cd1aaf1e7a2042f53b82bdb429caafdfb86 (patch) | |
| tree | 0cae0235154dd4dd9f68e22050c07b2d3dc2adbb | |
| parent | a0df5dea3369fab02211d06c2b93109b2cb55175 (diff) | |
Refs #31032 -- Removed obsolete CSS workaround for IE in openlayers template.
| -rw-r--r-- | django/contrib/gis/templates/gis/admin/openlayers.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/django/contrib/gis/templates/gis/admin/openlayers.html b/django/contrib/gis/templates/gis/admin/openlayers.html index 9ba1bd0c1e..5d565f0d71 100644 --- a/django/contrib/gis/templates/gis/admin/openlayers.html +++ b/django/contrib/gis/templates/gis/admin/openlayers.html @@ -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> |
