diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-09 10:45:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-09 10:45:55 +0100 |
commit | c42cbda9047256998a144b3836413c682bd0f949 (patch) | |
tree | c6e4ab192031bcaf1c6643699234f0ad33162e7a | |
parent | 39d56fd08f3ee2efc3d5eeddb75025034ee5e2c7 (diff) | |
download | volse-hubzilla-c42cbda9047256998a144b3836413c682bd0f949.tar.gz volse-hubzilla-c42cbda9047256998a144b3836413c682bd0f949.tar.bz2 volse-hubzilla-c42cbda9047256998a144b3836413c682bd0f949.zip |
remove navbar-toggler-left class
-rw-r--r-- | view/css/bootstrap-red.css | 1 | ||||
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index b29a276f0..7861c7db6 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -2,7 +2,6 @@ /* nav overrides */ - nav .badge { position: absolute; top: 1px; diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 06984fb02..25334a068 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -1,5 +1,5 @@ {{if $nav.login && !$userinfo}} -<div class="navbar-toggler-left"> +<div> <button type="button" class="navbar-toggler" title="{{$nav.loginmenu.1.3}}" id="{{$nav.loginmenu.1.4}}_collapse" data-toggle="modal" data-target="#nav-login"> {{$nav.loginmenu.1.1}} </button> |