diff rhodecode/public/css/style.css @ 4148:3c713e810e61 rhodecode-2.2.5-gpl

old style: fix width of new changelog "expand" column
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:23 -0400
parents 1c8f818787b3
children 932d589a89c4
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Jul 02 19:03:23 2014 -0400
+++ b/rhodecode/public/css/style.css	Wed Jul 02 19:03:23 2014 -0400
@@ -2578,6 +2578,12 @@
     font-size: 10px;
 }
 
+#graph_content_pr .compare_view_commits .expand_commit,
+#graph_content .container .expand_commit {
+    width: 24px;
+    cursor: pointer;
+}
+
 #graph_content #changesets .container .right {
     width: 120px;
     padding-right: 0px;