diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-01 13:09:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-01 13:09:04 +0100 |
commit | 0ebce75c7d53d209e47f4549105d27bbf1b5052a (patch) | |
tree | 420f1620b9347b8b65baf74caf8b05b3fb444667 /view/tpl | |
parent | 91bb4bdf508ab87951a3e01ac3632cffc7bff07d (diff) | |
download | volse-hubzilla-0ebce75c7d53d209e47f4549105d27bbf1b5052a.tar.gz volse-hubzilla-0ebce75c7d53d209e47f4549105d27bbf1b5052a.tar.bz2 volse-hubzilla-0ebce75c7d53d209e47f4549105d27bbf1b5052a.zip |
css fixes to make jot look better with background colors or images
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 15 | ||||
-rwxr-xr-x | view/tpl/photos_upload.tpl | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 32a08a9b3..4f1ecfef2 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -1,3 +1,10 @@ +{{$mimeselect}} +{{$layoutselect}} +{{if $id_select}} +<div class="channel-id-select-div"> + <span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}} +</div> +{{/if}} <div id="profile-jot-wrapper"> <form id="profile-jot-form" action="{{$action}}" method="post"> {{if $parent}} @@ -17,13 +24,7 @@ <input type="hidden" name="preview" id="jot-preview" value="0" /> <input type="hidden" id="jot-consensus" name="consensus" value="{{if $consensus}}{{$consensus}}{{else}}0{{/if}}" /> {{if $showacl}}{{$acl}}{{/if}} - {{$mimeselect}} - {{$layoutselect}} - {{if $id_select}} - <div class="channel-id-select-div"> - <span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}} - </div> - {{/if}} + {{if $webpage}} <div id="jot-pagetitle-wrap" class="jothidden"> <input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}"> diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 11a08204d..5bcef5dc1 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -26,7 +26,7 @@ <div id="body-textarea"> {{include file="field_textarea.tpl" field=$body}} </div> - <div class="pull-right btn-group form-group"> + <div class="pull-right btn-group"> <div class="btn-group"> {{if $lockstate}} <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;"> |