Changeset - 350d95dece6f
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2012-01-12 04:23:52
marcin@python-works.com
ui touch ups
2 files changed with 8 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -2279,7 +2279,7 @@ h3.files_location {
 
 
#graph_content .container {
 
	border-bottom: 1px solid #DDD;
 
	height: 57px;
 
	height: 56px;
 
	overflow: hidden;
 
}
 
 
@@ -2334,7 +2334,7 @@ h3.files_location {
 
	padding-right: 5px;
 
	margin-top:1px;
 
	float:right;
 
	height:16px;
 
	height:14px;
 
}
 
 
.right .comments-cnt{
rhodecode/templates/changelog/changelog.html
Show inline comments
 
@@ -67,8 +67,12 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
 
                                        <div id="${cs.raw_id}"  style="float:right;" class="changed_total tooltip" title="${_('Affected number of files, click to show more details')}">${len(cs.affected_files)}</div>
 
                                        <div class="comments-container">
 
                                        %if len(c.comments.get(cs.raw_id,[])) > 0:
 
                                            <div class="comments-cnt" title="${('comments')}">${len(c.comments.get(cs.raw_id,[]))}</div>
 
                                            <img src="${h.url('/images/icons/comments.png')}">
 
                                            <div class="comments-cnt" title="${('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)}">
 
                                               <div class="comments-cnt">${len(c.comments[cs.raw_id])}</div>
 
                                               <img src="${h.url('/images/icons/comments.png')}">
 
                                              </a>
 
                                            </div>
 
                                        %endif    
 
                                        </div>
 
									</div>
0 comments (0 inline, 0 general)