Changeset - f9f0922a3158
[Not reviewed]
default
1 2 0
Sean Farley - 11 years ago 2014-07-21 14:55:04
sean.michael.farley@gmail.com
comments.png: use new icon-comment-discussion font
3 files changed with 1 insertions and 11 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2736,16 +2736,6 @@ BIN_FILENODE = 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;
 
}
kallithea/public/images/icons/comments.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
kallithea/templates/changelog/changelog.html
Show inline comments
 
@@ -127,7 +127,7 @@ ${self.repo_context_bar('changelog', c.f
 
                                            <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>
0 comments (0 inline, 0 general)