Added ability to stop uploads

This commit is contained in:
Marcin Kurczewski
2014-10-11 18:22:32 +02:00
parent 02294a355d
commit 6bb5b53377
4 changed files with 188 additions and 147 deletions

View File

@ -106,6 +106,9 @@
display: inline-block;
margin: 0.3em 0.3em 0 0;
}
#post-upload-step2 .operations .stop {
display: none;
}
#post-upload-step2 form {
width: 100%;