Update upload page interface slighly

This commit is contained in:
2019-06-20 11:00:39 +02:00
parent 932537d22d
commit e431d42ec7
5 changed files with 19 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
<div id="messages"> <div id="upload">
<h1>Picture upload</h1>
<input id="fileupload" type="file" name="files[]" multiple> <input id="fileupload" type="file" name="files[]" multiple>
<div id="progress"> <div id="progress">
<div class="bar" style="width: 0%;"></div> <div class="bar" style="width: 0%;"></div>

View File

@@ -46,6 +46,7 @@
body, textarea, input, button { body, textarea, input, button {
font-size: 14px; font-size: 14px;
font-family: 'Ubuntu', sans-serif; font-family: 'Ubuntu', sans-serif;
margin: 0;
} }
textarea { textarea {

View File

@@ -1,4 +1,15 @@
.bar { #upload {
padding: 1em;
h1 {
font-size: 2em;
border-bottom: 2px solid black;
margin: 0 0 1em 0;
padding-bottom: 0.5em;
}
.bar {
height: 18px; height: 18px;
background: green; background: green;
}
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long