##// END OF EJS Templates
Removed post padding, moved RAW post link to the moderator panel
neko259 -
r1507:98bfd041 decentral
parent child Browse files
Show More
@@ -497,11 +497,6 b' ul {'
497 497 opacity: .5;
498 498 }
499 499
500 /* Post */
501 .post > .message, .post > .image {
502 padding-left: 1em;
503 }
504
505 500 /* Reflink preview */
506 501 .post_preview {
507 502 border-left: 1px solid #777;
@@ -45,10 +45,6 b''
45 45 <a href="#form" onclick="addQuickReply('{{ post.id }}'); return false;">{% trans 'Reply' %}</a>
46 46 {% endif %}
47 47
48 {% if post.global_id %}
49 <a class="global-id" href="{% url 'post_sync_data' post.id %}"> [RAW] </a>
50 {% endif %}
51
52 48 {% if perms.boards.change_post or perms.boards.delete_post or perms.boards.change_thread or perms_boards.delete_thread %}
53 49 <span class="moderator_info">
54 50 {% if perms.boards.change_post or perms.boards.delete_post %}
@@ -59,7 +55,9 b''
59 55 | <a href="{% url 'admin:boards_thread_change' thread.id %}">{% trans 'Edit thread' %}</a>
60 56 {% endif %}
61 57 {% endif %}
62 </form>
58 {% if post.global_id %}
59 | <a href="{% url 'post_sync_data' post.id %}">RAW</a>
60 {% endif %}
63 61 </span>
64 62 {% endif %}
65 63 </div>
General Comments 0
You need to be logged in to leave comments. Login now