Fixed #32138 -- Prevented admin's map from covering other widgets.
This commit is contained in:
parent
b2717c7532
commit
6014fd89b3
|
@ -3,7 +3,7 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
#{{ id }}_map { width: {{ map_width }}px; height: {{ map_height }}px; }
|
#{{ id }}_map { width: {{ map_width }}px; height: {{ map_height }}px; }
|
||||||
#{{ id }}_map .aligned label { float:inherit; }
|
#{{ id }}_map .aligned label { float:inherit; }
|
||||||
#{{ id }}_admin_map { position: relative; vertical-align: top; float: {{ LANGUAGE_BIDI|yesno:"right,left" }}; }
|
#{{ id }}_admin_map { position: relative; vertical-align: top; z-index: 0; float: {{ LANGUAGE_BIDI|yesno:"right,left" }}; }
|
||||||
{% if not display_wkt %}#{{ id }} { display: none; }{% endif %}
|
{% if not display_wkt %}#{{ id }} { display: none; }{% endif %}
|
||||||
.olControlEditingToolbar .olControlModifyFeatureItemActive {
|
.olControlEditingToolbar .olControlModifyFeatureItemActive {
|
||||||
background-image: url("{% static "admin/img/gis/move_vertex_on.svg" %}");
|
background-image: url("{% static "admin/img/gis/move_vertex_on.svg" %}");
|
||||||
|
|
Loading…
Reference in New Issue