summaryrefslogtreecommitdiff
path: root/www/static/dropzone.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/static/dropzone.css')
-rw-r--r--www/static/dropzone.css59
1 files changed, 46 insertions, 13 deletions
diff --git a/www/static/dropzone.css b/www/static/dropzone.css
index 7055e6c..01649de 100644
--- a/www/static/dropzone.css
+++ b/www/static/dropzone.css
@@ -1,29 +1,21 @@
+ /*Dropzone field*/
#dropzone{
width: 400px;
height: 150px;
border: 1px solid black;
text-align: center;
display: table;
-
-
}
+
+ /*Dropzone description text*/
#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;
- }
-
+ /* wraps the upload queue table*/
#filelist-wrapper{
height: 120px;
overflow-y: auto;
@@ -33,14 +25,55 @@
#filelist {
width: 400px;
-
+ border-collapse: collapse;
+ }
+
+ #filelist th{
+ background: green;
+ }
+
+ #filelist tr{
+ background: white;
+ width: 400px;
+ }
+
+ /*Set upload queue header alignment*/
+ #filename-head{
+ text-align: left;
+ }
+
+ #filesize-head{
+ text-align:right;
+ }
+
+ #public-head{
+ text-align: center;
+ }
+
+
+
+ td.publicCol{
+ width: 80px;
+ text-align: center;
+ vertical-align: middle;
+ }
+
+ td.filenameCol{
+ width: 130px;
+ overflow: hidden;
}
.progressBar{
width: 100px;
height: 20px;
+ background-color: #f3f3f3;
+ border: 0;
+ height: 18px;
+ border-radius: 9px;
+ vertical-align: middle;
}
+
.progressCol{
width: 100px;
height: 20px;