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/photos_upload.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/photos_upload.tpl')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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;"> |