From 566f1a0c3aa08ccd445e9983bcaaf15a51a769b1 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 2 Jul 2011 16:51:49 +0530 Subject: [PATCH] upload css --- edgware/static/css/files/upload.css | 13 +++++++++---- edgware/templates/upload_files.html | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index f53e18b..2023f94 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -21,20 +21,25 @@ float:left; .uploading { - background-color: blue; + width: 300px; + border-width: 2px; + border-style: dashed; + border-color: #298A08; } .uploaded { - background-color: green; + width: 300px; + border-width: 2px; + background-color: #298A08; } #progressbar { display: none; - background-color: #80ADB0; + background-color: ##FE642E; } #progress { - background-color: #005740; + background-color: #298A08; } #uploadStudy { diff --git a/edgware/templates/upload_files.html b/edgware/templates/upload_files.html index 01d4c62..9fd72b2 100644 --- a/edgware/templates/upload_files.html +++ b/edgware/templates/upload_files.html @@ -89,10 +89,10 @@ $(function() {
- Uploading To: + Uploading to:
- Select one or multiple files, or just drag any number of files from your computer to the browser window to upload.
Enjoy. + Select one or multiple files, or just drag any number of files from your computer to the browser window to upload.Enjoy.