diff options
author | Unknwon <u@gogs.io> | 2016-07-26 02:56:07 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-26 02:56:07 +0800 |
commit | 452aefd02511a7397a26105288f06a709ae372d2 (patch) | |
tree | 5193d4771452287433658f328d213305fcac0caa /public/css | |
parent | 899e7994595f5fc500de8cdf39e1b737f9f00982 (diff) | |
download | gitea-452aefd02511a7397a26105288f06a709ae372d2.tar.gz gitea-452aefd02511a7397a26105288f06a709ae372d2.zip |
Fix issue event octicon CSS
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 681a9febed..f512a563a2 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1559,20 +1559,24 @@ footer .ui.language .menu { .repository.view.issue .comment-list .event .octicon { width: 30px; float: left; - margin-left: -36px; text-align: center; } .repository.view.issue .comment-list .event .octicon.octicon-circle-slash { margin-top: 5px; + margin-left: -34.5px; font-size: 20px; color: #bd2c00; } .repository.view.issue .comment-list .event .octicon.octicon-primitive-dot { + margin-left: -28.5px; + margin-right: -1px; font-size: 30px; color: #6cc644; } .repository.view.issue .comment-list .event .octicon.octicon-bookmark { margin-top: 3px; + margin-left: -31px; + margin-right: -1px; font-size: 25px; } .repository.view.issue .comment-list .event .detail { |