# HG changeset patch # User Marcin Kuzminski # Date 1365010837 -7200 # Node ID 7e73c0f4f335980ab3f04bd5bea65fc609dec67f # Parent 0729ade6bb916a0c1a88487d271349c8a06beae1 usermenu - show more space for email - move notification into link diff -r 0729ade6bb91 -r 7e73c0f4f335 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Wed Apr 03 15:56:12 2013 +0200 +++ b/rhodecode/public/css/style.css Wed Apr 03 19:40:37 2013 +0200 @@ -1952,7 +1952,7 @@ background-color: #FDF784 !important; } #quick_login { - min-height: 80px; + min-height: 110px; padding: 4px; position: absolute; right: 0; @@ -2014,10 +2014,11 @@ #quick_login .links_left { float: left; - margin-right: 120px; + margin-right: 130px; + width: 170px; } #quick_login .links_right { - width: 120px; + position: absolute; right: 0; } diff -r 0729ade6bb91 -r 7e73c0f4f335 rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html Wed Apr 03 15:56:12 2013 +0200 +++ b/rhodecode/templates/base/base.html Wed Apr 03 19:40:37 2013 +0200 @@ -230,14 +230,13 @@ ${h.end_form()} %else: