diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-08 12:00:15 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-11 20:26:14 +0100 |
commit | f3d3ec57442b61604a259f48c4409422ac08ad94 (patch) | |
tree | f030d62c6fde1c599d94bce846ebd123d255158e | |
parent | 29829eb011b686e73f748cc74f3124055e632db3 (diff) | |
download | volse-hubzilla-f3d3ec57442b61604a259f48c4409422ac08ad94.tar.gz volse-hubzilla-f3d3ec57442b61604a259f48c4409422ac08ad94.tar.bz2 volse-hubzilla-f3d3ec57442b61604a259f48c4409422ac08ad94.zip |
css fixes
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 | ||||
-rwxr-xr-x | view/tpl/navbar_default.tpl | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1e44d5ed8..6f4b12468 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1257,11 +1257,6 @@ img.mail-conv-sender-photo { white-space: nowrap; } -#nav-app-link-wrapper { - min-width: 0; - flex-basis: 25%; -} - .page-title { margin: 7px 0px; } @@ -1499,6 +1494,11 @@ blockquote { left: 0px; } + #nav-app-link-wrapper { + min-width: 0; + flex-basis: 25%; + } + } .shareable_element_text { diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index cf0470d7a..4d1bbafe0 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -59,17 +59,17 @@ </div> {{/if}} </div> +{{if $sel.name}} <div id="nav-app-link-wrapper" class="navbar-nav mr-auto"> - {{if $sel.name}} <a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate"> {{$sel.name}} {{if $sitelocation}} <br><small>{{$sitelocation}}</small> {{/if}} </a> - {{/if}} </div> {{/if}} +{{/if}} <div class="navbar-toggler-right"> {{if $nav.help.6}} <button id="context-help-btn" class="navbar-toggler border-0" type="button" onclick="contextualHelp(); return false;"> |