diff rhodecode/public/css/style.css @ 3688:6c505fe11f0f beta

bring back review status in main changelog
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 05 Apr 2013 14:03:20 +0200
parents 3c79c197e95d
children 45df84d36b44
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Fri Apr 05 13:49:03 2013 +0200
+++ b/rhodecode/public/css/style.css	Fri Apr 05 14:03:20 2013 +0200
@@ -2521,6 +2521,16 @@
     text-align: left;
 }
 
+#graph_content .container .checkbox {
+    width: 12px;
+    font-size: 0.85em;
+}
+
+#graph_content .container .status {
+    width: 14px;
+    font-size: 0.85em;
+}
+
 #graph_content .container .author {
    width: 105px;
 }
@@ -2551,10 +2561,6 @@
     position: relative;
 }
 
-#graph_content #changesets td.checkbox {
-    width: 20px;
-}
-
 #graph_content .container .changeset_range {
     float: left;
     margin: 6px 3px;