From dcf44afb2023644b9da69275028ba9e801f5ec31 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 21 Mar 2015 16:03:35 -0400 Subject: [PATCH] added moderator-tools (that was surprisingly easy) --- less/topic.less | 11 +++++++++++ templates/partials/topic/post.tpl | 12 ++++++++++++ 2 files changed, 23 insertions(+) diff --git a/less/topic.less b/less/topic.less index ad76dcc..c956e85 100644 --- a/less/topic.less +++ b/less/topic.less @@ -69,6 +69,17 @@ margin-top: -43px; margin-left: 61px; } + + .moderator-tools { + text-transform: lowercase; + :before { + content: "\2022\0020"; + } + + a { + .pointer; + } + } } diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 2c93d89..0e26f87 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -19,6 +19,18 @@ | [[global:last_edited_by_ago, {posts.editor.username}, ]] + + + + [[topic:edit]] + [[topic:delete]] + [[topic:purge]] + + [[topic:move]] + + + +