Show More
@@ -356,8 +356,9 b' li {' | |||
|
356 | 356 | margin-bottom: 5px; |
|
357 | 357 | } |
|
358 | 358 | |
|
359 | .tag_info > h2 { | |
|
359 | .tag-text-data > h2 { | |
|
360 | 360 | margin: 0; |
|
361 | font-size: 2.5em; | |
|
361 | 362 | } |
|
362 | 363 | |
|
363 | 364 | .post-info { |
@@ -580,4 +581,4 b' ul {' | |||
|
580 | 581 | |
|
581 | 582 | #quote-button:hover { |
|
582 | 583 | background-color: #2d3955; |
|
583 | } No newline at end of file | |
|
584 | } |
@@ -52,10 +52,10 b'' | |||
|
52 | 52 | <div class="tag-text-data"> |
|
53 | 53 | <h2> |
|
54 | 54 | /{{ tag.get_view|safe }}/ |
|
55 | {% if perms.change_tag %} | |
|
56 | <span class="moderator_info">| <a href="{% url 'admin:boards_tag_change' tag.id %}">{% trans 'Edit tag' %}</a></span> | |
|
57 | {% endif %} | |
|
58 | 55 | </h2> |
|
56 | {% if perms.change_tag %} | |
|
57 | <div class="moderator_info"><a href="{% url 'admin:boards_tag_change' tag.id %}">{% trans 'Edit tag' %}</a></div> | |
|
58 | {% endif %} | |
|
59 | 59 | <p> |
|
60 | 60 | <form action="{% url 'tag' tag.name %}" method="post" class="post-button-form"> |
|
61 | 61 | {% if is_favorite %} |
General Comments 0
You need to be logged in to leave comments.
Login now