diff rhodecode/public/css/style.css @ 3658:7e73c0f4f335 beta

usermenu - show more space for email - move notification into link
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 03 Apr 2013 19:40:37 +0200
parents 8a8a559eaf95
children 9d2db665ef31
line wrap: on
line diff
--- 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;
 }