From 8642aff2f66df24700327a10bab02a3bf6fe9520 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 22 May 2014 15:03:29 -0300 Subject: [PATCH] fix comment actions menu --- style.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index dd1d23c..1127bf1 100644 --- a/style.css +++ b/style.css @@ -807,10 +807,14 @@ p { } #content .comment-header .comment-actions-reply{ - margin-right: 10px; - margin-top: 5px; + margin-right: 5px; + margin-top: 5px; } +.comment-details .menu-submenu { + bottom: -4px; + right: -130px; +} #page-comment-form .post_comment_box { display: inline-block; @@ -1134,6 +1138,19 @@ ul.profile-list .common-profile-list-block { overflow: visible; } +#content .comment-actions li { + padding: 2px; +} + +#article .article-comment .comment-details .comment-actions h4 { + display: none; +} + +.menu-submenu-trigger, .comment-actions .vcard .menu-submenu-trigger { + width: 20px; + height: 20px; +} + .common-profile-list-block .vcard:hover .menu-submenu-trigger { /* display: none;*/ } -- libgit2 0.21.2