diff rhodecode/public/css/style.css @ 694:bf62855a10d9 beta

fixed repo switcher icons
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 15 Nov 2010 16:36:43 +0100
parents 23c2a0e6df0b
children 4432eb113b7f
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Mon Nov 15 02:41:52 2010 +0100
+++ b/rhodecode/public/css/style.css	Mon Nov 15 16:36:43 2010 +0100
@@ -363,6 +363,12 @@
 overflow-y:auto;
 }
 
+#header #header-inner #quick .repo_switcher_type{
+position:absolute;
+left:0;
+top:9px; 
+
+}
 #header #header-inner #quick li ul li {
 border-bottom:1px solid #ddd;
 }
@@ -420,14 +426,14 @@
 #header #header-inner #quick li ul li a.hg,#header #header-inner #quick li ul li a.hg:hover {
 background:url("../images/icons/hgicon.png") no-repeat scroll 4px 9px #FFF;
 min-width:167px;
-margin:0;
+margin:0 0 0 14px;
 padding:12px 9px 7px 24px;
 }
 
 #header #header-inner #quick li ul li a.git,#header #header-inner #quick li ul li a.git:hover {
 background:url("../images/icons/giticon.png") no-repeat scroll 4px 9px #FFF;
 min-width:167px;
-margin:0;
+margin:0 0 0 14px;
 padding:12px 9px 7px 24px;
 }