diff kallithea/public/css/style.css @ 4367:7879d8d88672

pull requests: show changeset comment and status flags in the changelog for PRs
author Mads Kiilerich <madski@unity3d.com>
date Fri, 04 Jul 2014 14:12:06 +0200
parents cc5300a1f2ac
children ac9cd5659c29
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Jul 04 14:12:06 2014 +0200
+++ b/kallithea/public/css/style.css	Fri Jul 04 14:12:06 2014 +0200
@@ -2657,6 +2657,8 @@
     height: 41px;
 }
 
+#pull_request_overview .comments-container,
+#changeset_compare_view_content .comments-container,
 #graph_content .comments-container,
 #shortlog_data .comments-container,
 #graph_content .logtags {
@@ -2761,13 +2763,14 @@
     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;
-    padding-right: 20px;
 }
 
 .right .changes {