0.0.335
This commit is contained in:
@@ -500,12 +500,12 @@
|
|||||||
padding: 7px 18px 7px 18px;
|
padding: 7px 18px 7px 18px;
|
||||||
}
|
}
|
||||||
.menu_buttons.left .handler_menu{
|
.menu_buttons.left .handler_menu{
|
||||||
transform: rotate(90deg);
|
transform: rotate(270deg);
|
||||||
|
left: 312px;
|
||||||
width: 91px;
|
width: 91px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: -48px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: 39%;
|
top: 39%;
|
||||||
border-radius: 10px 10px 0 0;
|
border-radius: 10px 10px 0 0;
|
||||||
|
|||||||
@@ -2237,7 +2237,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
/* float: right; */
|
/* float: right; */
|
||||||
top: -9999999999vh;
|
top: -199vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu_buttons.left.close{
|
.menu_buttons.left.close{
|
||||||
@@ -2305,7 +2305,7 @@
|
|||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
width: 91px;
|
width: 91px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
display: block;
|
/*display: block;*/
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: -48px;
|
left: -48px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -2377,6 +2377,22 @@
|
|||||||
line-height: 13px;
|
line-height: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*left panel of users*/
|
||||||
|
|
||||||
|
.menu_buttons.left.close .container_block_list_of_users{
|
||||||
|
position: relative;
|
||||||
|
left: -320px;
|
||||||
|
/*transition: 200ms;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu_buttons.left.open .container_block_list_of_users{
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
transition: 200ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*.subscribe_type_txt .f-r{*/
|
/*.subscribe_type_txt .f-r{*/
|
||||||
/* color: #FF613A;*/
|
/* color: #FF613A;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
@@ -1,6 +1,17 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
|
<div class="menu_buttons curtain left {% if page_type == 'profile' %}open{% else %} close{% endif %}" data-name="конт">
|
||||||
|
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
|
||||||
|
<div class="container_block_list_of_users">
|
||||||
|
{% include 'blocks/profile/b_list_of_users_messenger.html' %}
|
||||||
|
</div>
|
||||||
|
<div class="handler_menu close" onclick="open_curtain('left')">
|
||||||
|
<img class="btns_f_curtain close left" src="{% static 'img/svg/arrow_f_curtain.svg' %}">
|
||||||
|
<div class="text_f_curtain left">конт</div>
|
||||||
|
<img class="btns_f_curtain close right" src="{% static 'img/svg/arrow_f_curtain.svg' %}">
|
||||||
|
<div class="clear_both"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{#<div class="title-profile-cont">#}
|
{#<div class="title-profile-cont">#}
|
||||||
{# <h1>Написать сообщение</h1>#}
|
{# <h1>Написать сообщение</h1>#}
|
||||||
{#</div>#}
|
{#</div>#}
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% include 'blocks/b_user_profile.html' %}
|
{% include 'blocks/b_user_profile.html' %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -71,15 +71,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="wrapper_content">
|
<div class="wrapper_content">
|
||||||
<div class="block_overlay hidden {% if not page_type == 'profile' %}n_profile{% endif %}" onclick="open_curtain()"></div>
|
<div class="block_overlay hidden {% if not page_type == 'profile' %}n_profile{% endif %}" onclick="open_curtain()"></div>
|
||||||
{# <div class="menu_buttons curtain left close" data-name="Меню">#}
|
|
||||||
{# {% include "blocks/profile/b_buttons_menu_profile.html" %}#}
|
|
||||||
{# <div class="handler_menu close" onclick="open_curtain('left')">#}
|
|
||||||
{# <img class="btns_f_curtain close left" src="{% static 'img/svg/arrow_f_curtain.svg' %}">#}
|
|
||||||
{# <div class="text_f_curtain left">Меню</div>#}
|
|
||||||
{# <img class="btns_f_curtain close right" src="{% static 'img/svg/arrow_f_curtain.svg' %}">#}
|
|
||||||
{# <div class="clear_both"></div>#}
|
|
||||||
{# </div>#}
|
|
||||||
{# </div>#}
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user