0.0.336
This commit is contained in:
@@ -418,7 +418,7 @@
|
|||||||
border: 1px solid #E6E6E6;
|
border: 1px solid #E6E6E6;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
||||||
float: left;
|
float: right;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
<div class="menu_buttons curtain left {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="конт">
|
<div class="menu_buttons curtain left open" data-name="конт">
|
||||||
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
|
|
||||||
<div class="container_block_list_of_users">
|
<div class="container_block_list_of_users">
|
||||||
{% include 'blocks/profile/b_list_of_users_messenger.html' %}
|
{% include 'blocks/profile/b_list_of_users_messenger.html' %}
|
||||||
</div>
|
</div>
|
||||||
@@ -85,10 +84,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="block-list-of-users">
|
{#<div class="block-list-of-users">#}
|
||||||
{% include "blocks/profile/b_list_of_users_messenger.html" %}
|
{# {% include "blocks/profile/b_list_of_users_messenger.html" %}#}
|
||||||
</div>
|
{#</div>#}
|
||||||
|
|
||||||
<div class="curtain_block_list_of_users">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|||||||
@@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/mobile_styles.css' %}">
|
|
||||||
<link rel="stylesheet" href="{% static 'css/styles(boris).css' %}" >
|
<link rel="stylesheet" href="{% static 'css/styles(boris).css' %}" >
|
||||||
|
<link rel="stylesheet" href="{% static 'css/mobile_styles.css' %}">
|
||||||
|
|
||||||
<script src='{% static "js/find_route.js" %}'></script>
|
<script src='{% static "js/find_route.js" %}'></script>
|
||||||
<script src="{% static "js/filters_functions_find_route.js" %}"></script>
|
<script src="{% static "js/filters_functions_find_route.js" %}"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user