##// END OF EJS Templates
Made moderator panels less opaque in MD theme
neko259 -
r972:14f09a3c default
parent child Browse files
Show More
@@ -344,6 +344,11 b' li {'
344 color: #e99d41;
344 color: #e99d41;
345 float: right;
345 float: right;
346 font-weight: bold;
346 font-weight: bold;
347 opacity: 0.4;
348 }
349
350 .moderator_info:hover {
351 opacity: 1;
347 }
352 }
348
353
349 .refmap {
354 .refmap {
@@ -64,7 +64,7 b''
64 {{ tag.get_view }}
64 {{ tag.get_view }}
65 {% endautoescape %}
65 {% endautoescape %}
66 {% if moderator %}
66 {% if moderator %}
67 [<a href="{% url 'admin:boards_tag_change' tag.id %}">{% trans 'Edit tag' %}</a>]
67 <span class="moderator_info">[<a href="{% url 'admin:boards_tag_change' tag.id %}">{% trans 'Edit tag' %}</a>]</span>
68 {% endif %}
68 {% endif %}
69 </h2>
69 </h2>
70 <p>{% blocktrans with thread_count=tag.get_thread_count post_count=tag.get_post_count %}This tag has {{ thread_count }} threads and {{ post_count }} posts.{% endblocktrans %}</p>
70 <p>{% blocktrans with thread_count=tag.get_thread_count post_count=tag.get_post_count %}This tag has {{ thread_count }} threads and {{ post_count }} posts.{% endblocktrans %}</p>
General Comments 0
You need to be logged in to leave comments. Login now