diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index db636e3..260c756 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -324,6 +324,7 @@ .container-messages{ height: 63%; width: 100%; + min-height: 440px; } .footer-chat{ @@ -455,10 +456,18 @@ 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; + background: #FFFFFF; /*padding: 20px;*/ + margin-bottom: 40px; + border-radius: 3px; } .name_ticket > span{ padding: 20px; font-size: 16px; + display: block; +} + +.insert_users{ + min-height: 440px; } \ No newline at end of file diff --git a/templates/blocks/profile/b_new_msg_to_user.html b/templates/blocks/profile/b_new_msg_to_user.html index a8ae83b..d47dce3 100644 --- a/templates/blocks/profile/b_new_msg_to_user.html +++ b/templates/blocks/profile/b_new_msg_to_user.html @@ -31,6 +31,8 @@
Пользователи - {% include "widgets/w_tab_user.html" %} +
+ {% include "widgets/w_tab_user.html" %} +
\ No newline at end of file diff --git a/templates/blocks/profile/b_support_chat.html b/templates/blocks/profile/b_support_chat.html index 7dd4464..1035346 100644 --- a/templates/blocks/profile/b_support_chat.html +++ b/templates/blocks/profile/b_support_chat.html @@ -33,6 +33,9 @@
Пользователи - {% include "widgets/w_tab_user.html" %} +
+ {% include "widgets/w_tab_user.html" %} +
+
\ No newline at end of file