# HG changeset patch # User Marcin Kuzminski # Date 2012-01-12 03:23:52 # Node ID 350d95dece6f244cfc8a640c8d654e15c0a8ac85 # Parent 0614862a20ec892bf82224c9af2a7194b12ff8cc ui touch ups diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -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{ diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -67,8 +67,12 @@
${len(cs.affected_files)}
%if len(c.comments.get(cs.raw_id,[])) > 0: -
${len(c.comments.get(cs.raw_id,[]))}
- + %endif