diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-20 07:38:59 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-20 07:38:59 +0100 |
commit | 3b7b3ef2bb8dce373d2184309958e790a0478371 (patch) | |
tree | fa3d09045380271dcb58d975bd51b884f302cb7e | |
parent | b6e4611a917927e7a5546191d2600d71107fdbab (diff) | |
download | volse-hubzilla-3b7b3ef2bb8dce373d2184309958e790a0478371.tar.gz volse-hubzilla-3b7b3ef2bb8dce373d2184309958e790a0478371.tar.bz2 volse-hubzilla-3b7b3ef2bb8dce373d2184309958e790a0478371.zip |
Rearranging buttons
-rw-r--r-- | 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 7ade4f9de..9b347b62f 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -106,7 +106,7 @@ </button> {{/if}} </div> - <div class="btn-group visible-xs visible-sm"> + <div class="btn-group hidden-xs visible-sm"> <button type="button" id="more-tools" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <i id="more-tools-icon" class="icon-caret-down jot-icons"></i> </button> |