From 7cc249c4a9f08032e3c965d73faf15b36058f76c Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 2 Jul 2011 17:01:38 +0530 Subject: [PATCH] upload css --- edgware/static/css/files/upload.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index 2023f94..aa45889 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -21,16 +21,19 @@ float:left; .uploading { - width: 300px; + width: 496px; border-width: 2px; border-style: dashed; border-color: #298A08; + padding: 10px; + margin-bottom: 10px; } .uploaded { - width: 300px; - border-width: 2px; + width: 500px; background-color: #298A08; + padding: 10px; + margin-bottom: 10px; } #progressbar {