In receive mode, allow uploader to close the server when they are done

This commit is contained in:
Micah Lee 2018-03-14 08:16:09 -07:00
parent 0b10e71547
commit 01f86daf8f
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 36 additions and 13 deletions

View file

@ -56,6 +56,20 @@ header .right ul li {
cursor: pointer;
}
.close-button {
color: #ffffff;
background-color: #c90c0c;
padding: 10px;
border: 0;
border-radius: 5px;
text-decoration: none;
margin-left: 1rem;
cursor: pointer;
position: absolute;
right: 10px;
bottom: 10px;
}
table.file-list {
width: 100%;
margin: 0 auto;