Update upload page interface slighly
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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
Reference in New Issue
Block a user