fixed forms
This commit is contained in:
parent
54beddade3
commit
bdf9cb2d41
3 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
#main, #reel, #header
|
||||
/*overflow-y: auto !important*/
|
||||
height: auto !important
|
||||
|
||||
#main
|
||||
margin-top: -220px !important;
|
||||
|
|
Loading…
Reference in a new issue