diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index d1d826d..498147e 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1,6 +1,13 @@ /*tech support classes*/ +/*uni classes*/ +.width-100{ + width: 100% !important; +} + +/**/ + .title-profile-cont{ width: 100%; text-align: center; @@ -326,7 +333,9 @@ width: 100%; /*transform: rotate(180deg);*/ overflow-y: auto; - transform: scaleY(-1); + /*transform: scaleY(-1);*/ + display: flex; + flex-direction: column-reverse; } @@ -440,8 +449,18 @@ width: 20%; height: 100%; float: right; + padding-top: 10%; } + +.cost-messages-in-user-tab-messenger{ + width: 25px; + height: 25px; + background: #FF613A; + color: #FFFFFF; +} + + .user_avatar_messenger{ width: 40px; height: 40px; @@ -456,6 +475,7 @@ .last-message-messenger-user-tab{ font-size: 12px; color: #27242499; + display: block; } /*messenger with support*/ @@ -496,7 +516,7 @@ display: block; /* transform: rotate(180deg); */ /* transform: scaleY(-1); */ - transform: scaleY(-1); + /*transform: scaleY(-1);*/ } .container-message_support_chat.right{ @@ -504,7 +524,7 @@ display: block; /* transform: rotate(180deg); */ /* transform: scaleY(-1); */ - transform: scaleY(-1); + /*transform: scaleY(-1);*/ } .block_avatar_message{ diff --git a/templates/blocks/profile/b_support_chat.html b/templates/blocks/profile/b_support_chat.html index e2e4ba2..d286293 100644 --- a/templates/blocks/profile/b_support_chat.html +++ b/templates/blocks/profile/b_support_chat.html @@ -14,7 +14,7 @@
{{ ticket.name }}
-
+
{% if user.is_staff or ticket.manager %}
diff --git a/templates/widgets/w_message.html b/templates/widgets/w_message.html index 2267ac7..33f3338 100644 --- a/templates/widgets/w_message.html +++ b/templates/widgets/w_message.html @@ -1,17 +1,18 @@ {% load static %} - -
-
- -
-
-
- - {{ text }} - +
+
+
+
-
- {{ modifiedDT }} +
+
+ + {{ text }} + +
+
+ {{ modifiedDT }} +
diff --git a/templates/widgets/w_tab_user.html b/templates/widgets/w_tab_user.html index 647b9fe..f22cb16 100644 --- a/templates/widgets/w_tab_user.html +++ b/templates/widgets/w_tab_user.html @@ -10,6 +10,6 @@ {{ ticket.name }}
-
+
1
\ No newline at end of file