# HG changeset patch # User Marcin Kuzminski # Date 2012-02-19 18:36:42 # Node ID 93d4e3eb7d847da9b4c2b32c03e9e480d2a5e142 # Parent 72c525a7e7ad96056d5d4a05670c8ae4a5ea0c8d made upper menu always hover, looks nicer and produces less troubles - added notification inbox into quick menu - commented yet innactive compose message button diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -284,7 +284,10 @@ div.options a { width: 100% !important; margin-left: -10px !important; z-index: 10000; - border-radius: 0px 0px 4px 4px; + -webkit-border-radius: 0px 0px 0px 0px; + -khtml-border-radius: 0px 0px 0px 0px; + -moz-border-radius: 0px 0px 0px 0px; + border-radius: 0px 0px 0px 0px; } #header #header-inner #home a { height: 40px; @@ -326,7 +329,7 @@ div.options a { float: right; list-style-type: none; list-style-position: outside; - margin: 8px 5px 0 0; + margin: 8px 8px 0 0; padding: 0; } @@ -1970,7 +1973,14 @@ div.form div.fields div.field div.button #quick_login .big_gravatar{ padding:4px 0px 0px 6px; } - +#quick_login .inbox{ + padding:4px 0px 0px 6px; + color: #FFFFFF; + font-weight: bold; +} +#quick_login .inbox a{ + color: #FFFFFF; +} #quick_login .email,#quick_login .email a{ color: #FFFFFF; padding: 3px; @@ -3143,7 +3153,7 @@ div.gravatar img { #content { clear: both; overflow: hidden; - padding: 14px 10px; + padding: 54px 10px 14px 10px; } #content div.box div.title div.search { diff --git a/rhodecode/templates/admin/notifications/notifications.html b/rhodecode/templates/admin/notifications/notifications.html --- a/rhodecode/templates/admin/notifications/notifications.html +++ b/rhodecode/templates/admin/notifications/notifications.html @@ -18,11 +18,11 @@
${self.breadcrumbs()} - + ##
%if c.notifications:
diff --git a/rhodecode/templates/admin/notifications/show_notification.html b/rhodecode/templates/admin/notifications/show_notification.html --- a/rhodecode/templates/admin/notifications/show_notification.html +++ b/rhodecode/templates/admin/notifications/show_notification.html @@ -20,11 +20,11 @@
${self.breadcrumbs()} - + ##
diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -3,7 +3,7 @@