From: rabuzarus <>
Date: Wed, 20 Apr 2016 19:09:44 +0000 (+0200)
Subject: link contact requests badge to the contacts request page
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=414d353e11bd88403a4bb9b8747a537ff8faa165;p=friendica.git
link contact requests badge to the contacts request page
---
diff --git a/css/style.css b/css/style.css
index 5cd96686e0..1ab66fe3ab 100644
--- a/css/style.css
+++ b/css/style.css
@@ -329,6 +329,9 @@ nav.navbar .nav>li>a:focus{
text-shadow: none;
display: none;*/
}
+#topbar-first #intro-update{
+ cursor: pointer;
+}
#topbar-first .topbar-nav .arrow:after {
position: absolute;
display: block;
diff --git a/templates/nav.tpl b/templates/nav.tpl
index 9aa8f35e49..95b65fa840 100644
--- a/templates/nav.tpl
+++ b/templates/nav.tpl
@@ -59,7 +59,8 @@
{{/if}}
{{if $nav.contacts}}
-
+
+
{{/if}}