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

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

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long