Update upload page interface slighly

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

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;
}
}