From 0097ccaf345cbc423df415322357e1f574e19140 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Sat, 19 Jul 2014 16:17:49 +0200 Subject: added d&d multifile upload --- www/static/dropzone.css | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 www/static/dropzone.css (limited to 'www/static/dropzone.css') diff --git a/www/static/dropzone.css b/www/static/dropzone.css new file mode 100644 index 0000000..7055e6c --- /dev/null +++ b/www/static/dropzone.css @@ -0,0 +1,51 @@ + #dropzone{ + width: 400px; + height: 150px; + border: 1px solid black; + text-align: center; + display: table; + + + } + #dropzone p{ + display: table-cell; + color: red; + vertical-align:middle; + font-size: 16pt; + color: grey; + } + + #filelist tr{ + background: white; + width: 400px; + } + + #filelist tr:nth-child(odd){ + background: #E6E6FF; + } + + #filelist-wrapper{ + height: 120px; + overflow-y: auto; + overflow-x: hidden; + margin-top: 10px; + } + + #filelist { + width: 400px; + + } + + .progressBar{ + width: 100px; + height: 20px; + } + + .progressCol{ + width: 100px; + height: 20px; + } + + .filesize{ + text-align: right; + } -- cgit v1.2.3