changeset 4653:f9f0922a3158

comments.png: use new icon-comment-discussion font
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 21 Jul 2014 07:55:04 -0500
parents eee8411a9cc8
children eb3ca88af554
files kallithea/public/css/style.css kallithea/public/images/icons/comments.png kallithea/templates/changelog/changelog.html
diffstat 3 files changed, 1 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Jul 20 22:55:10 2014 -0500
+++ b/kallithea/public/css/style.css	Mon Jul 21 07:55:04 2014 -0500
@@ -2736,16 +2736,6 @@
     padding: 3px 0;
 }
 
-#pull_request_overview .comments-cnt a,
-#changeset_compare_view_content .comments-cnt a,
-#graph_content .comments-cnt a,
-#shortlog_data .comments-cnt a {
-    background-image: url('../images/icons/comments.png');
-    background-repeat: no-repeat;
-    background-position: 100% 50%;
-    padding: 5px 0;
-}
-
 .right .changes {
     clear: both;
 }
Binary file kallithea/public/images/icons/comments.png has changed
--- a/kallithea/templates/changelog/changelog.html	Sun Jul 20 22:55:10 2014 -0500
+++ b/kallithea/templates/changelog/changelog.html	Mon Jul 21 07:55:04 2014 -0500
@@ -127,7 +127,7 @@
                                             <div class="comments-cnt" title="${_('Changeset has comments')}">
                                                 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id,anchor='comment-%s' % c.comments[cs.raw_id][0].comment_id)}">
                                                     ${len(c.comments[cs.raw_id])}
-                                                    <i class="icon-comment-alt icon-comment-colored"></i>
+                                                    <i class="icon-comment-discussion"></i>
                                                 </a>
                                             </div>
                                         </div>