diff --git a/view/nav.tpl b/view/nav.tpl
index f83ddf7f1..0444ea75c 100644
--- a/view/nav.tpl
+++ b/view/nav.tpl
@@ -46,9 +46,12 @@
{{ endif }}
-
+
+
+
+
+
+
@@ -62,10 +65,30 @@
{{ if $nav.login }}$nav.login.1{{ endif }}
+
+
+
+
+
+
+
+ {{ if $nav.apps }}
+
+ {{ endif }}
-
+
{#
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index 9b4005037..ea0ed8eac 100644
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -172,9 +172,17 @@ nav .nav-notify {
nav .nav-notify.show {
display: block;
}
+nav #nav-help-link,
+nav #nav-search-link,
+nav #nav-directory-link,
+nav #nav-apps-link,
nav #nav-site-linkmenu {
float: right;
}
+nav #nav-help-link .menu-popup,
+nav #nav-search-link .menu-popup,
+nav #nav-directory-link .menu-popup,
+nav #nav-apps-link .menu-popup,
nav #nav-site-linkmenu .menu-popup {
right: 0px;
left: auto;
diff --git a/view/theme/quattro/style.less b/view/theme/quattro/style.less
index 1444ffdc1..5f3958f9d 100644
--- a/view/theme/quattro/style.less
+++ b/view/theme/quattro/style.less
@@ -205,7 +205,10 @@ nav {
}
-
+ #nav-help-link,
+ #nav-search-link,
+ #nav-directory-link,
+ #nav-apps-link,
#nav-site-linkmenu {
float: right;
.menu-popup{ right: 0px; left: auto; }