diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index a1f4710..db636e3 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -447,4 +447,18 @@ .last-message-messenger-user-tab{ font-size: 12px; color: #27242499; +} + +/*messenger with support*/ + +.name_ticket{ + width: 100%; + filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20)); + height: 60px; + /*padding: 20px;*/ +} + +.name_ticket > span{ + padding: 20px; + font-size: 16px; } \ No newline at end of file diff --git a/templates/blocks/profile/b_messager_support.html b/templates/blocks/profile/b_messager_support.html new file mode 100644 index 0000000..5b67b42 --- /dev/null +++ b/templates/blocks/profile/b_messager_support.html @@ -0,0 +1,36 @@ +{% load static %} + + +
+
+ Название темы +
+
+
+
+ + Сергейко Сергей +
+
+ + +
+
+
+ {% include "widgets/w_message.html" %} +
+ +
+
+ Пользователи + {% include "widgets/w_tab_user.html" %} +
+
\ No newline at end of file diff --git a/templates/blocks/profile/messager_support.html b/templates/blocks/profile/messager_support.html deleted file mode 100644 index 5c79fed..0000000 --- a/templates/blocks/profile/messager_support.html +++ /dev/null @@ -1,28 +0,0 @@ -{% load static %} - -
-
- Название темы -
-
-
-
- - -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
\ No newline at end of file