diff options
author | marijus <mario@mariovavti.com> | 2014-11-02 19:36:28 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-02 19:36:28 +0100 |
commit | 8cfe8a5f258b041b3a33f520125834a68afbea26 (patch) | |
tree | 00927a87bf2dedda4d8c7315dad745a9a2b7e526 /view/tpl/photos_upload.tpl | |
parent | 4274a2d06c9ee2c28acba0dac3d5353e13776581 (diff) | |
download | volse-hubzilla-8cfe8a5f258b041b3a33f520125834a68afbea26.tar.gz volse-hubzilla-8cfe8a5f258b041b3a33f520125834a68afbea26.tar.bz2 volse-hubzilla-8cfe8a5f258b041b3a33f520125834a68afbea26.zip |
css fixes
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 7067c84f5..d06af4f99 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -18,10 +18,10 @@ {{$aclselect}} {{if $default}} - <div class="form-group pull-left"> + <div class="pull-left"> <input id="photos-upload-choose" type="file" name="userfile" /> </div> - <div class="form-group btn-group pull-right"> + <div class="btn-group pull-right"> <button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;"> <i id="jot-perms-icon" class="icon-{{$lockstate}}"></i> </button> @@ -31,9 +31,9 @@ <div id="photos-upload-new-end" class="clear"></div> - <div id="photos-upload-noshare"> - <label id="photos-upload-noshare-text" for="photos-upload-noshare" > - <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" /> {{$nosharetext}} + <div class="checkbox"> + <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> |