Skip to content
Snippets Groups Projects
Commit 18d00e0b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Minor UI improvements

parent a2acde3e
Branches
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ form.upload ...@@ -116,7 +116,7 @@ form.upload
background: #FFD54F background: #FFD54F
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
input input[type=submit]
display: none display: none
.images .images
......
...@@ -20,8 +20,10 @@ ...@@ -20,8 +20,10 @@
{{end}} {{end}}
{{end}} {{end}}
<form class="upload" action="/upload/" method="POST" enctype="multipart/form-data"> <form class="upload" action="/upload/" method="POST" enctype="multipart/form-data">
<label>
<span class="text">Select Files</span>
<input type="file" name="file" accept=".jpg,.jpeg,.png,.gif,.apng,.tiff,.tif,.bmp,.webp,.mp4,.mov" multiple/> <input type="file" name="file" accept=".jpg,.jpeg,.png,.gif,.apng,.tiff,.tif,.bmp,.webp,.mp4,.mov" multiple/>
<label for="file">Select Files</label> </label>
<input type="submit" value="Upload"/> <input type="submit" value="Upload"/>
<p class="upload-label">Uploading…</p> <p class="upload-label">Uploading…</p>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment