From ae9902965a15a43273182100c2315682d1187106 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Fri, 10 Nov 2023 18:33:42 +0300 Subject: [PATCH] 0.0.213 upd for support --- static/css/mobile_styles.css | 18 ++++++++++++++++++ static/css/styles(boris).css | 8 ++++---- templates/widgets/w_request_tech_support.html | 18 ++++++++++-------- 3 files changed, 32 insertions(+), 12 deletions(-) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index e63ca48..5fd9c48 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -647,6 +647,24 @@ 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*/ diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 484670d..10e264a 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -187,7 +187,7 @@ .container-message-req-sprt{ 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)); height: 20px; background: #FFFFFF; @@ -2021,11 +2021,11 @@ } .header_big_background{ - height: 90px; + height: 61px; background: #F8F8F8; width: 100%; position: absolute; - z-index: 3; + z-index: 102; } .padding_top_f_header{ @@ -2038,7 +2038,7 @@ background: #dad7d7; width: 100%; top: 60px; - z-index: 102; + z-index: 101; } /*profile block*/ diff --git a/templates/widgets/w_request_tech_support.html b/templates/widgets/w_request_tech_support.html index 5a816f4..22e90d3 100644 --- a/templates/widgets/w_request_tech_support.html +++ b/templates/widgets/w_request_tech_support.html @@ -1,11 +1,5 @@ {% load static %}
-
- -{# Текст последнего сообщени в чате (с размытием)#} - {{ ticket.name }} - -
@@ -13,12 +7,20 @@ {# Статус: Открыт#} {# #} - + {# 10.02.2023#} - {{ ticket.modifiedDT }} + {{ ticket.modifiedDT|date:"d.m.Y" }} +
+
+ +{# Текст последнего сообщени в чате (с размытием)#} + {{ ticket.name }} + +
+
\ No newline at end of file