# HG changeset patch # User Leonardo Carneiro # Date 1363729757 -3600 # Node ID b44bb596ddb2a4cbd60d604363f3b3e62491df69 # Parent b7f489714639c77508b749da3f98bb263c10cb1c Fixing user dropdown menu. It now scales acording to the contents. Enabling border to the fisrt item. diff -r b7f489714639 -r b44bb596ddb2 rhodecode/public/css/contextbar.css --- 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; } diff -r b7f489714639 -r b44bb596ddb2 rhodecode/public/css/style.css --- 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;