From 04f7fbdbb2d4e55cf7d65dc37b51aa1a29097eba Mon Sep 17 00:00:00 2001 From: ArtemB Date: Wed, 3 Jul 2024 21:54:40 +0300 Subject: [PATCH] 1.1.29 upd msg counter --- static/css/styles(boris).css | 13 ++++++++++--- .../widgets/profile/w_button_for_profile_menu.html | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 4355542..ee1ba62 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -708,6 +708,13 @@ display: block; } +.unredmessages_value_text{ + padding-top: 8px; + padding-left: 0; + position:relative; + top: -6px; +} + .cost-messages-in-user-tab-messenger{ width: 15px; @@ -719,8 +726,8 @@ } .cost-messages-in-user-tab-messenger > span{ - padding-top: 1px; - display: block; + padding-top: 7px; + /*display: block;*/ font-size: 10px; } @@ -2791,7 +2798,7 @@ a.open_inf_carrier{ /*}*/ .menu_profile>div>a{ /*font-size: 12px;*/ - line-height: 13px; + /*line-height: 13px;*/ } .menu_profile>div>.logout{ height: 100%; diff --git a/templates/widgets/profile/w_button_for_profile_menu.html b/templates/widgets/profile/w_button_for_profile_menu.html index b57e2df..9a54a65 100644 --- a/templates/widgets/profile/w_button_for_profile_menu.html +++ b/templates/widgets/profile/w_button_for_profile_menu.html @@ -26,7 +26,7 @@ {% if sel_page_name == 'chat' %}
- {{ unanswered_msgs_count }} + {{ unanswered_msgs_count }}
{% endif %}