##// 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 opacity: .5;
497 opacity: .5;
498 }
498 }
499
499
500 /* Post */
501 .post > .message, .post > .image {
502 padding-left: 1em;
503 }
504
505 /* Reflink preview */
500 /* Reflink preview */
506 .post_preview {
501 .post_preview {
507 border-left: 1px solid #777;
502 border-left: 1px solid #777;
@@ -45,10 +45,6 b''
45 <a href="#form" onclick="addQuickReply('{{ post.id }}'); return false;">{% trans 'Reply' %}</a>
45 <a href="#form" onclick="addQuickReply('{{ post.id }}'); return false;">{% trans 'Reply' %}</a>
46 {% endif %}
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 {% if perms.boards.change_post or perms.boards.delete_post or perms.boards.change_thread or perms_boards.delete_thread %}
48 {% if perms.boards.change_post or perms.boards.delete_post or perms.boards.change_thread or perms_boards.delete_thread %}
53 <span class="moderator_info">
49 <span class="moderator_info">
54 {% if perms.boards.change_post or perms.boards.delete_post %}
50 {% if perms.boards.change_post or perms.boards.delete_post %}
@@ -59,7 +55,9 b''
59 | <a href="{% url 'admin:boards_thread_change' thread.id %}">{% trans 'Edit thread' %}</a>
55 | <a href="{% url 'admin:boards_thread_change' thread.id %}">{% trans 'Edit thread' %}</a>
60 {% endif %}
56 {% endif %}
61 {% endif %}
57 {% endif %}
62 </form>
58 {% if post.global_id %}
59 | <a href="{% url 'post_sync_data' post.id %}">RAW</a>
60 {% endif %}
63 </span>
61 </span>
64 {% endif %}
62 {% endif %}
65 </div>
63 </div>
General Comments 0
You need to be logged in to leave comments. Login now