diff rhodecode/public/css/style.css @ 3207:b9de46161c96 beta

make gravatar icon little bit bigger, re-use same img src like on other menu items, fix styling on unread inbox
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Jan 2013 21:55:15 +0100
parents d4bb8de7382f
children b4daef4cc26d
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Jan 23 20:26:34 2013 +0100
+++ b/rhodecode/public/css/style.css	Wed Jan 23 21:55:15 2013 +0100
@@ -4532,9 +4532,13 @@
     float: left;    	
 }
 
-.notifications {
-	padding: 2px 7px !important;
-	margin: 7px -4px -7px 4px !important;
+.menu_link_user{
+    padding: 10px 8px 8px 8px !important;
+}
+
+.menu_link_notifications {
+	padding: 4px 4px !important;
+	margin: 7px 4px 0px 0px !important;
 	text-align: center;
 	color:#888 !important;
 	font-size: 10px;