Display the file size before downloading it

This commit is contained in:
yflory
2017-06-15 16:30:50 +02:00
parent 594405de73
commit 5bfd8470cb
4 changed files with 34 additions and 18 deletions

View File

@@ -70,6 +70,21 @@ media-tag {
box-sizing: border-box;
}
}
#download-form {
label {
display: flex;
justify-content: center;
align-items: center;
white-space: normal;
word-wrap: break-word;
span {
width: 50vh;
max-width: 80vw;
text-align: center;
line-height: 1.5em;
}
}
}
.hovering {
background-color: rgba(255, 0, 115, 0.5) !important;
}
@@ -111,5 +126,4 @@ body #uploadStatusContainer {
background-color: rgba(255, 255, 255, 0.9);
color: black;
opacity: 0.9;
display: block !important;
}