From 0440a38b96db01dabd928a1c053ed4010b15657e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sun, 22 Mar 2015 14:41:21 -0400 Subject: [PATCH] added favourites and sharing into the post menu --- less/topic.less | 4 +- templates/partials/topic/post-menu.tpl | 68 ++++++++++++++++++++++++++ templates/partials/topic/post.tpl | 30 +----------- 3 files changed, 71 insertions(+), 31 deletions(-) create mode 100644 templates/partials/topic/post-menu.tpl diff --git a/less/topic.less b/less/topic.less index 1726123..4081e52 100644 --- a/less/topic.less +++ b/less/topic.less @@ -73,14 +73,14 @@ .moderator-tools { position: absolute; right: 5px; - top: 0px; + top: -2px; font-size: 14px;; a { color: @gray-light; outline: none; - &.menuitem { + &[role="menuitem"] { color: @gray-dark; } } diff --git a/templates/partials/topic/post-menu.tpl b/templates/partials/topic/post-menu.tpl new file mode 100644 index 0000000..41f21b4 --- /dev/null +++ b/templates/partials/topic/post-menu.tpl @@ -0,0 +1,68 @@ + \ No newline at end of file diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index dfd3ecf..14b78f6 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -20,35 +20,7 @@ , [[global:last_edited_by_ago, {posts.editor.username}, ]] - +