fixed forms

This commit is contained in:
nek0 2016-06-12 15:17:07 +02:00
parent 54beddade3
commit bdf9cb2d41
3 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,4 @@
<div id="header" class="item" data-width="400">
<form class="inner" method=post enctype=#{enctype}>
<h3>Upload multiple images
<p>Here you can upload your images.
Upload multiple images
^{uploadWidget}

View file

@ -1,5 +1,4 @@
<div id="header" class="item" data-width="400">
<form class="inner" method=post enctype=#{enctype}>
<h1>Image upload to album #{albumTitle album}
<p>Here you can upload your image.
Image upload to album #{albumTitle album}
^{dUploadWidget}

View file

@ -3,3 +3,6 @@
#main, #reel, #header
/*overflow-y: auto !important*/
height: auto !important
#main
margin-top: -220px !important;