diff options
author | marijus <mario@mariovavti.com> | 2014-10-07 13:09:30 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-07 13:09:30 +0200 |
commit | d1dea61b7972bb1af819c25450d520372209778b (patch) | |
tree | 10044e7efaf73ee38c9f3ead9f1a82a31b538e5c /view/tpl/photos_upload.tpl | |
parent | 9df4ceb74672eccf28b28d8daddf911b73f9aeae (diff) | |
download | volse-hubzilla-d1dea61b7972bb1af819c25450d520372209778b.tar.gz volse-hubzilla-d1dea61b7972bb1af819c25450d520372209778b.tar.bz2 volse-hubzilla-d1dea61b7972bb1af819c25450d520372209778b.zip |
take away some boldness, some css fixes and some photo work
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 62591c648..c0e891547 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -1,6 +1,8 @@ -<h3>{{$pagename}}</h3> - -<div id="photos-usage-message" class="usage-message">{{$usage}}</div> +<div class="section-title-wrapper"> + <div id="photos-usage-message" class="pull-right">{{$usage}}</div> + <h2>{{$pagename}}</h2> + <div class="clear"></div> +</div> <form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" > <input type="hidden" id="photos-upload-source" name="source" value="photos" /> |