diff rhodecode/public/css/style.css @ 4144:962f753552cd rhodecode-2.2.5-gpl

old style: don't reserve space for icons - they will have take the space they need
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:22 -0400
parents f6a012c28c71
children 47690c876a90
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Jul 02 19:03:22 2014 -0400
+++ b/rhodecode/public/css/style.css	Wed Jul 02 19:03:22 2014 -0400
@@ -995,15 +995,10 @@
 }
 
 #content div.box div.title ul.links li a {
-    border-left: 1px solid #316293;
-    color: #FFFFFF;
-    display: block;
-    float: left;
     font-size: 13px;
     font-weight: 700;
     height: 1%;
-    margin: 0;
-    padding: 11px 22px 12px;
+    margin: 4px;
     text-decoration: none;
 }
 
@@ -1741,7 +1736,7 @@
 
 #summary-menu-stats a {
     display: block;
-    padding: 12px 30px;
+    padding: 12px 10px;
     background-repeat: no-repeat;
     background-position: 10px 50%;
     padding-right: 10px;
@@ -4999,3 +4994,7 @@
 #help_kb {
     display: none;
 }
+
+.repo-switcher-dropdown .select2-result-label span.repo-icons {
+    margin-left: -12px;
+}