From d714f3b8ec96d70332db35b36ff98f9554974d3f Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 2 Jul 2011 16:32:16 +0530 Subject: [PATCH] upload css --- edgware/static/css/files/upload.css | 12 +++++++++--- edgware/templates/upload_files.html | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index ea93862..f53e18b 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -2,11 +2,12 @@ padding:18px 0px 18px 100px; } -#categoryForm p -{padding-bottom:10px; +#categoryForm p { +padding-bottom:10px; padding-right:50px; font-size:14px; -float:left;} +float:left; +} #addFilesWrapper { @@ -14,6 +15,11 @@ float:left;} padding:18px 0px 18px 100px; } +#uploadInstructions { + padding-bottom:10px; +} + + .uploading { background-color: blue; } diff --git a/edgware/templates/upload_files.html b/edgware/templates/upload_files.html index adcfc41..01d4c62 100644 --- a/edgware/templates/upload_files.html +++ b/edgware/templates/upload_files.html @@ -92,7 +92,7 @@ $(function() { Uploading To:
- Either select multiple files, or just drag any number of files from your computer to the browser 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.