diff rhodecode/public/css/style.css @ 3581:93d912ea8cb1 beta

show forks in contextbar
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 24 Mar 2013 20:46:30 +0100
parents 9b0c7db2e895
children 51da0e019248
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Sun Mar 24 20:24:17 2013 +0100
+++ b/rhodecode/public/css/style.css	Sun Mar 24 20:46:30 2013 +0100
@@ -4521,6 +4521,17 @@
     -webkit-border-radius: 4px !important;
 }
 
+#context-pages .forks span,
+.menu_link_notifications {
+    padding: 4px 4px !important;
+    text-align: center;
+    color: #888 !important;
+    background-color: #DEDEDE !important;
+    border-radius: 4px !important;
+    -webkit-border-radius: 4px !important;
+}
+
+
 .notification-header {
     padding-top: 6px;
 }