From f23c380cae4c6a97ef426fac58a66c52185a8294 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 17 Feb 2017 16:31:36 +0100 Subject: add register button for collapsed state --- view/theme/redbasic/css/style.css | 12 ++++++------ view/tpl/nav.tpl | 15 ++++++++++----- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7551dfe87..d72320833 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1825,16 +1825,16 @@ nav .badge.mail-update { background-color: $nav_active_icon_colour; } -#expand-aside, -#expand-tabs, -#doco-return-to-top-btn, -#context-help-btn, -#notifications-btn, -#login_nav_btn_collapse { +.navbar-toggle-extra { color: $nav_active_icon_colour; padding: 7px 10px; } +a.navbar-toggle-extra:hover { + color: $nav_active_icon_colour; + text-decoration: none; +} + .nav-tabs.nav-justified { background-color: rgba(254,254,254,.5); border-top-left-radius: 4px; diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 10a12318c..3e352457e 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -6,23 +6,28 @@ {{if $nav.login && !$userinfo}} - + {{if $nav.register}} + + {{$nav.register.1}} + + {{/if}} {{/if}} {{if $localuser}} - {{/if}} - - {{if $nav.help.6}} - {{/if}} -- cgit v1.2.3