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">
|
<div id="header" class="item" data-width="400">
|
||||||
<form class="inner" method=post enctype=#{enctype}>
|
<form class="inner" method=post enctype=#{enctype}>
|
||||||
<h3>Upload multiple images
|
Upload multiple images
|
||||||
<p>Here you can upload your images.
|
|
||||||
^{uploadWidget}
|
^{uploadWidget}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<div id="header" class="item" data-width="400">
|
<div id="header" class="item" data-width="400">
|
||||||
<form class="inner" method=post enctype=#{enctype}>
|
<form class="inner" method=post enctype=#{enctype}>
|
||||||
<h1>Image upload to album #{albumTitle album}
|
Image upload to album #{albumTitle album}
|
||||||
<p>Here you can upload your image.
|
|
||||||
^{dUploadWidget}
|
^{dUploadWidget}
|
||||||
|
|
|
@ -3,3 +3,6 @@
|
||||||
#main, #reel, #header
|
#main, #reel, #header
|
||||||
/*overflow-y: auto !important*/
|
/*overflow-y: auto !important*/
|
||||||
height: auto !important
|
height: auto !important
|
||||||
|
|
||||||
|
#main
|
||||||
|
margin-top: -220px !important;
|
||||||
|
|
Loading…
Reference in a new issue