changeset 3548:b44bb596ddb2 beta

Fixing user dropdown menu. It now scales acording to the contents. Enabling border to the fisrt item.
author Leonardo Carneiro<leonardo@unity3d.com>
date Tue, 19 Mar 2013 22:49:17 +0100
parents b7f489714639
children e4a4006faceb
files rhodecode/public/css/contextbar.css rhodecode/public/css/style.css
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/contextbar.css	Tue Mar 19 15:05:32 2013 +0100
+++ b/rhodecode/public/css/contextbar.css	Tue Mar 19 22:49:17 2013 +0100
@@ -277,7 +277,7 @@
     border-right: none;
 }
 
-#header #header-inner #quick li:first-child {
+#header #header-inner #quick > li:first-child {
     border-left: none;
 }
 
--- a/rhodecode/public/css/style.css	Tue Mar 19 15:05:32 2013 +0100
+++ b/rhodecode/public/css/style.css	Tue Mar 19 22:49:17 2013 +0100
@@ -1959,7 +1959,6 @@
     padding: 4px;
     position: absolute;
     right: 0;
-    width: 278px;
     background-color: #003B76;
     background-repeat: repeat-x;
     background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) );
@@ -1976,6 +1975,8 @@
     -khtml-border-radius: 0px 0px 4px 4px;
     border-radius: 0px 0px 4px 4px;
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
+
+    overflow: hidden;
 }
 #quick_login h4 {
     color: #fff;
@@ -2016,9 +2017,12 @@
 
 #quick_login .links_left {
     float: left;
+    margin-right: 120px;
 }
 #quick_login .links_right {
-    float: right;
+    width: 120px;
+    position: absolute;
+    right: 0;
 }
 #quick_login .full_name {
     color: #FFFFFF;