aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/nav.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-18 17:28:46 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-18 17:28:46 +0100
commit2556d05602906bbace27c796de2f5b3cbacd4448 (patch)
treeebef3be3409fdbf6f7dc9957df7a600471b71a60 /view/tpl/nav.tpl
parent92778066648b72b52787f428e1632a7eb99b14a5 (diff)
downloadvolse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.tar.gz
volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.tar.bz2
volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.zip
bs4 fixes
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-xview/tpl/nav.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 5903df689..41c199f2b 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -168,7 +168,7 @@
{{/if}}
</ul>
- <div class="navbar-text text-white font-weight-bold hidden-sm-down">{{$banner}}</div>
+ <div id="banner" class="navbar-text text-white font-weight-bold hidden-sm-down">{{$banner}}</div>
<ul id="nav-right" class="navbar-nav hidden-sm-down ml-auto">
<li class="nav-item collapse clearfix" id="nav-search">
@@ -212,9 +212,9 @@
{{if $nav.help.6}}
<div id="contextual-help-content" class="contextual-help-content">
{{$nav.help.5}}
- <div class="pull-right">
- <a class="btn btn-primary btn-sm" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-fw fa-question"></i>&nbsp;{{$fulldocs}}</a>
- <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-fw fa-times"></i></a>
+ <div class="float-right">
+ <a class="btn btn-primary btn-sm" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i>&nbsp;{{$fulldocs}}</a>
+ <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a>
</div>
</div>
{{/if}}