0.8.380
This commit is contained in:
@@ -2363,11 +2363,11 @@
|
|||||||
min-width: 1280px;
|
min-width: 1280px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cut_width_f_curtain.close{
|
.cut_width_f_curtain.n_profile.close{
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cut_width_f_curtain.open{
|
.cut_width_f_curtain.n_profile.open{
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
<script src="{% static "js/range_calendar.js" %}"></script>
|
<script src="{% static "js/range_calendar.js" %}"></script>
|
||||||
|
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
{% endblock %}s
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body {% if page_type == 'routes' %}onscroll="scroll_ev(event,this)" {% endif %}>
|
<body {% if page_type == 'routes' %}onscroll="scroll_ev(event,this)" {% endif %}>
|
||||||
<div class="block_overlay {% if page_type == 'profile' %}show{% elif page_type == 'routes' %} routes n_profile{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
|
<div class="block_overlay {% if page_type == 'profile' %}show{% elif page_type == 'routes' %} routes n_profile{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user