From 6c423feed2d8bc5bd36d2a1cbac073915e523749 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 29 Jul 2011 16:32:01 +0200 Subject: [PATCH] add missing link to navbar --- view/nav.tpl | 31 +++++++++++++++++++++++++++---- view/theme/quattro/style.css | 8 ++++++++ view/theme/quattro/style.less | 5 ++++- 3 files changed, 39 insertions(+), 5 deletions(-) diff --git a/view/nav.tpl b/view/nav.tpl index f83ddf7f1c..0444ea75c5 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 9b40050372..ea0ed8eacc 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 1444ffdc19..5f3958f9da 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; }