From c64221898e991f284e4dfe3993bccc97e6f2205d Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 2 Jul 2011 17:26:31 +0530 Subject: [PATCH] upload css --- edgware/static/css/files/upload.css | 55 +++++++++++++++++++---------- 1 file changed, 37 insertions(+), 18 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index aa45889..86795bd 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -11,44 +11,63 @@ float:left; #addFilesWrapper { - display: none; - padding:18px 0px 18px 100px; +display: none; +padding:18px 0px 18px 100px; } #uploadInstructions { - padding-bottom:10px; +padding-bottom:10px; } +#filesList { +margin: 5px; +} .uploading { - width: 496px; - border-width: 2px; - border-style: dashed; - border-color: #298A08; - padding: 10px; - margin-bottom: 10px; +width: 496px; +border-width: 2px; +border-style: dashed; +border-color: #298A08; +padding: 5px; +font-size: 12px; +margin-bottom: 5px; } .uploaded { - width: 500px; - background-color: #298A08; - padding: 10px; - margin-bottom: 10px; +width: 500px; +background-color: #298A08; +padding: 5px; +font-size: 12px; +margin-bottom: 5px; } #progressbar { - display: none; - background-color: ##FE642E; +margin: 5px; +display: none; +background-color: ##FE642E; } #progress { - background-color: #298A08; +background-color: #298A08; +} + +.fileForm { +float: left; +clear: both; +} + +.fileTitle { +margin: 5px; +} + +.fileDesc { +margin: 5px; } #uploadStudy { - font-weight: bold; +font-weight: bold; } #uploadingTo { - margin-bottom: 12px; +margin-bottom: 12px; }