1.1.26 upd msg counter and styles for news
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
{% endif %}
|
||||
{{ title }}
|
||||
{% if sel_page_name == 'chat' %}
|
||||
<div class="icon_unread_messages {% if unanswered_msgs_count %}showed{% endif %}" style="padding-top: 0;position:relative;top: 4px;">
|
||||
<div class="icon_unread_messages {% if unanswered_msgs_count > 0 %}showed{% endif %}" style="padding-top: 0;position:relative;top: 4px;">
|
||||
<div class="cost-messages-in-user-tab-messenger">
|
||||
<span class="unredmessages_value_text" style="padding-top: 2px;padding-left: 0;position:relative;top: -6px">{{ unanswered_msgs_count }}</span>
|
||||
<span class="unredmessages_value_text" style="padding-top: 8px;padding-left: 0;position:relative;top: -6px">{{ unanswered_msgs_count }}</span>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user