diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-09 07:38:58 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-09 07:38:58 +0100 |
commit | 6a3995014e9fc46f8a1365d5e94e239c86ffa338 (patch) | |
tree | c3b54521a2c4cf4b23fd27252a69485ab4b9c4b2 /view/tpl/jot.tpl | |
parent | 534a537319ac036799410f206984658d94d175ee (diff) | |
download | volse-hubzilla-6a3995014e9fc46f8a1365d5e94e239c86ffa338.tar.gz volse-hubzilla-6a3995014e9fc46f8a1365d5e94e239c86ffa338.tar.bz2 volse-hubzilla-6a3995014e9fc46f8a1365d5e94e239c86ffa338.zip |
Hubzilla textbox - promoting Hubzilla features in jot.tpl - third version
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 33f3566d2..5a2f32ab1 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -76,7 +76,7 @@ </button> </div> {{else}} - <div class="btn-group privacy-button-group"> + <div class="btn-group visible-xs visible-sm privacy-button-group"> {{/if}} {{if $feature_encrypt}} <button id="profile-encrypt-wrapper" class="btn btn-default btn-sm" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;"> |