diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-20 11:18:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-20 11:18:23 +0100 |
commit | 37d350c3f589779a32ca356047d8c7244ac4878f (patch) | |
tree | fa042cc1f488fd91ae395d6335753cd9742d6baf /view/tpl/jot.tpl | |
parent | b10c519cc16ac7cc115becd19bc8eeb3ee2e4c38 (diff) | |
download | volse-hubzilla-37d350c3f589779a32ca356047d8c7244ac4878f.tar.gz volse-hubzilla-37d350c3f589779a32ca356047d8c7244ac4878f.tar.bz2 volse-hubzilla-37d350c3f589779a32ca356047d8c7244ac4878f.zip |
update to latest bs4 from git and change hidden-* classes to d-*
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index e9e66a83b..0ed63a7c0 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -68,7 +68,7 @@ </div> {{/if}} {{if $visitor}} - <div class="btn-group mr-2 hidden-md-down"> + <div class="btn-group mr-2 d-none d-lg-flex"> {{if $writefiles}} <button id="wall-file-upload" class="btn btn-outline-secondary btn-sm" title="{{$attach}}" > <i id="wall-file-upload-icon" class="fa fa-paperclip jot-icons"></i> @@ -85,7 +85,7 @@ </button> {{/if}} </div> - <div class="btn-group mr-2 hidden-md-down"> + <div class="btn-group mr-2 d-none d-lg-flex"> {{if $setloc}} <button id="profile-location-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$setloc}}" onclick="jotGetLocation();return false;"> <i id="profile-location" class="fa fa-globe jot-icons"></i> @@ -97,7 +97,7 @@ </button> {{/if}} {{else}} - <div class="btn-group hidden-md-down"> + <div class="btn-group d-none d-lg-flex"> {{/if}} {{if $feature_expire}} <button id="profile-expire-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$expires}}" onclick="jotGetExpiry();return false;"> @@ -126,7 +126,7 @@ {{/if}} </div> {{if $writefiles || $weblink || $setloc || $clearloc || $feature_expire || $feature_encrypt || $feature_voting}} - <div class="btn-group hidden-lg-up"> + <div class="btn-group d-lg-none"> <button type="button" id="more-tools" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <i id="more-tools-icon" class="fa fa-cog jot-icons"></i> </button> |