From 899e7994595f5fc500de8cdf39e1b737f9f00982 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 26 Jul 2016 02:48:17 +0800 Subject: #1601 support delete issue comment --- public/css/gogs.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 6c3cb6e8..681a9feb 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1452,7 +1452,10 @@ footer .ui.language .menu { .repository.view.issue .comment-list .comment .actions .item { float: left; } -.repository.view.issue .comment-list .comment .actions a.item { +.repository.view.issue .comment-list .comment .actions .item.tag { + margin-right: 5px; +} +.repository.view.issue .comment-list .comment .actions .item.action { margin-top: 6px; margin-left: 10px; } -- cgit v1.2.3