0.0.357
This commit is contained in:
@@ -533,6 +533,9 @@
|
||||
padding-top: 10px;
|
||||
width: 320px;
|
||||
}
|
||||
.support .menu_buttons.left.open{
|
||||
margin-top: 0;
|
||||
}
|
||||
.handler_menu.left.close{
|
||||
background: #FF613A;
|
||||
color: #FFFFFF;
|
||||
|
||||
@@ -622,13 +622,13 @@
|
||||
}
|
||||
|
||||
.left-part-tab-user{
|
||||
width: 20%;
|
||||
width: 11%;
|
||||
height: 100%;
|
||||
float: left;
|
||||
padding-top: 4%;
|
||||
}
|
||||
.center-part-tab-user{
|
||||
width: 60%;
|
||||
width: 65%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
padding-top: 5%;
|
||||
@@ -638,7 +638,7 @@
|
||||
width: 12%;
|
||||
height: 100%;
|
||||
float: right;
|
||||
padding-top: 9%;
|
||||
padding-top: 7%;
|
||||
}
|
||||
|
||||
.icon_unread_messages{
|
||||
@@ -2297,7 +2297,13 @@
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
max-height: 83vh;
|
||||
|
||||
}
|
||||
|
||||
.support .menu_buttons.left.open{
|
||||
margin-top: 49px;
|
||||
}
|
||||
|
||||
.handler_menu.left.close{
|
||||
background: #FF613A;
|
||||
color: #FFFFFF;
|
||||
|
||||
@@ -5,15 +5,29 @@
|
||||
|
||||
{# <div class="insert-tech-place">#}
|
||||
|
||||
<div class="container-messenger">
|
||||
<div class="container-messenger support">
|
||||
{# <div class="title-profile-cont">#}
|
||||
{# <h1>Техническая поддержка</h1>#}
|
||||
{# </div>#}
|
||||
<img class="loader_chat_f_sw_chats support" src="{% static "/img/svg/loader.svg" %}" alt="loader">
|
||||
{% if user.is_staff %}
|
||||
<div class="menu_buttons curtain left open" data-name="тик">
|
||||
<div class="container_block_list_of_users">
|
||||
{% include 'blocks/profile/b_list_of_tickets_support_chat.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>
|
||||
{% endif %}
|
||||
{% if ticket %}
|
||||
<div class="name_ticket">
|
||||
<span>{{ ticket.name }}</span>
|
||||
</div>
|
||||
|
||||
<div class="{% if user.is_staff %}block-chat{% else %}block-chat width-100{% endif %} support">
|
||||
{% if user.is_staff or ticket.manager %}
|
||||
<div class="container-header-chat">
|
||||
@@ -69,11 +83,7 @@
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if user.is_staff %}
|
||||
<div class="block-list-of-users">
|
||||
{% include "blocks/profile/b_list_of_tickets_support_chat.html" %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
{#</div>#}
|
||||
Reference in New Issue
Block a user