diff options
author | marijus <mario@mariovavti.com> | 2014-12-30 12:12:55 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-12-30 12:12:55 +0100 |
commit | 6cbbe854d5fd10d0d072dd19a9d3bc82df427d98 (patch) | |
tree | 1f5201f5f45ab506ac6a58d825d0e81e9f9a093f /view/tpl | |
parent | 9b2c71a5dcdeb7ef7a1b1e09ad906bc750b1d0d6 (diff) | |
download | volse-hubzilla-6cbbe854d5fd10d0d072dd19a9d3bc82df427d98.tar.gz volse-hubzilla-6cbbe854d5fd10d0d072dd19a9d3bc82df427d98.tar.bz2 volse-hubzilla-6cbbe854d5fd10d0d072dd19a9d3bc82df427d98.zip |
css fixes
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/cloud_actionspanel.tpl | 3 | ||||
-rwxr-xr-x | view/tpl/photos_upload.tpl | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 0e621e9db..da708a98c 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -8,9 +8,10 @@ <div class="clear"></div> </div> <div id="files-upload-tools" class="section-content-tools-wrapper form-group"> + <label for="files-upload">{{$upload_header}}</label> <form method="post" action="" enctype="multipart/form-data"> <input type="hidden" name="sabreAction" value="put"> - <input class="pull-left" id="files-upload" type="file" name="file"> + <input class="form-group" id="files-upload" type="file" name="file"> <button class="btn btn-primary btn-sm pull-right" type="submit" value="{{$upload_submit}}">{{$upload_submit}}</button> <!-- Name (optional): <input type="text" name="name"> we should rather provide a rename action in edit form--> </form> diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 10fc82648..0b3a0ae81 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -18,7 +18,7 @@ {{$aclselect}} {{if $default}} - <div class="pull-left"> + <div class="form-group"> <input id="photos-upload-choose" type="file" name="userfile" /> </div> <div class="btn-group pull-right"> @@ -29,13 +29,12 @@ </div> {{/if}} - <div class="clear"></div> - - <div class="checkbox"> + <div class="checkbox pull-left"> <label class="checkbox-inline" for="photos-upload-noshare" > <input class="checkbox-inline" id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" />{{$nosharetext}} </label> </div> + <div class="clear"></div> {{if $uploader}} <div id="photos-upload-perms" class="pull-right"> |