0.0.213 upd for support

This commit is contained in:
2023-11-10 18:33:42 +03:00
parent 0c20d7d0f4
commit ae9902965a
3 changed files with 32 additions and 12 deletions

View File

@@ -647,6 +647,24 @@
margin-bottom: 25px; margin-bottom: 25px;
} }
.container-message-req-sprt{
height: unset;
width: unset;
}
#modified_date{
float: right;
}
.message-sprt-inf{
width: unset;
float: unset;
text-align: unset;
margin-bottom: 20px;
}
.message-sprt-title{
padding-top: unset;
float: unset;
}
/* END user_profile*/ /* END user_profile*/

View File

@@ -187,7 +187,7 @@
.container-message-req-sprt{ .container-message-req-sprt{
color: #000000; color: #000000;
width: 100%; width: 95%;
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20)); filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
height: 20px; height: 20px;
background: #FFFFFF; background: #FFFFFF;
@@ -2021,11 +2021,11 @@
} }
.header_big_background{ .header_big_background{
height: 90px; height: 61px;
background: #F8F8F8; background: #F8F8F8;
width: 100%; width: 100%;
position: absolute; position: absolute;
z-index: 3; z-index: 102;
} }
.padding_top_f_header{ .padding_top_f_header{
@@ -2038,7 +2038,7 @@
background: #dad7d7; background: #dad7d7;
width: 100%; width: 100%;
top: 60px; top: 60px;
z-index: 102; z-index: 101;
} }
/*profile block*/ /*profile block*/

View File

@@ -1,11 +1,5 @@
{% load static %} {% load static %}
<div class="container-message-req-sprt" onclick="openTicket({{ ticket.id }})"> <div class="container-message-req-sprt" onclick="openTicket({{ ticket.id }})">
<div class="message-sprt-title">
<span>
{# Текст последнего сообщени в чате (с размытием)#}
{{ ticket.name }}
</span>
</div>
<div class="message-sprt-inf"> <div class="message-sprt-inf">
<div> <div>
<span> <span>
@@ -13,12 +7,20 @@
{# Статус: Открыт#} {# Статус: Открыт#}
</span> </span>
{# <img>#} {# <img>#}
<span> <span id="modified_date">
{# 10.02.2023#} {# 10.02.2023#}
{{ ticket.modifiedDT }} {{ ticket.modifiedDT|date:"d.m.Y" }}
</span> </span>
</div> </div>
</div> </div>
<div class="message-sprt-title">
<span>
{# Текст последнего сообщени в чате (с размытием)#}
{{ ticket.name }}
</span>
</div>
</div> </div>