diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 23ddfd1..da8892b 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -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; diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index d0b756b..bfa41c7 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -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; diff --git a/templates/blocks/profile/b_support_chat.html b/templates/blocks/profile/b_support_chat.html index 3dcfacd..b92136a 100644 --- a/templates/blocks/profile/b_support_chat.html +++ b/templates/blocks/profile/b_support_chat.html @@ -5,15 +5,29 @@ {#
#} -
+
{#
#} {#

Техническая поддержка

#} {#
#} loader + {% if user.is_staff %} + + {% endif %} {% if ticket %}
{{ ticket.name }}
+
{% if user.is_staff or ticket.manager %}
@@ -69,11 +83,7 @@
{% endif %} - {% if user.is_staff %} -
- {% include "blocks/profile/b_list_of_tickets_support_chat.html" %} -
- {% endif %} +
{#
#} \ No newline at end of file