diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-20 21:15:12 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-20 21:15:12 +0100 |
commit | de1b3d5113a6140d59612a14d3b0f2f17a5beefa (patch) | |
tree | ad651432bd35eac0ab3848a6c58288a453c9924e | |
parent | 830b01bd2a54bec4bd534903ee980aa0d9a3e563 (diff) | |
download | volse-hubzilla-de1b3d5113a6140d59612a14d3b0f2f17a5beefa.tar.gz volse-hubzilla-de1b3d5113a6140d59612a14d3b0f2f17a5beefa.tar.bz2 volse-hubzilla-de1b3d5113a6140d59612a14d3b0f2f17a5beefa.zip |
Space between Preview and Submit in jot.tpl
-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 c3e9edd9f..21af4d595 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -141,7 +141,7 @@ <div id="profile-rotator-wrapper"> <div id="profile-rotator"></div> </div> - <div id="profile-jot-submit-right" class="btn-group pull-right"> + <div id="profile-jot-submit-right" class="btn-group"> {{if $preview}} <button class="btn btn-default btn-sm" onclick="preview_post();return false;" title="{{$preview}}"> <i class="icon-eye-open jot-icons" ></i> |