From 87db9c38ff432ba69494f907aeeef207b3d7b7f0 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 2 Jul 2011 17:57:17 +0530 Subject: [PATCH] upload css --- edgware/static/css/files/upload.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index 2f68d4f..260edee 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -19,9 +19,6 @@ padding:18px 0px 18px 100px; padding-bottom:10px; } -#filesList { -margin: 5px; -} .uploading { width: 496px; @@ -42,7 +39,6 @@ margin-bottom: 5px; } #progressbar { -margin-left: 20px; display: none; background-color: ##FE642E; } @@ -51,10 +47,12 @@ background-color: ##FE642E; background-color: #298A08; } -#filesList { -margin-left:20px; +#filesList { +margin-left: 0px; +margin-top: 50px; } + .fileForm { overflow: auto; width:100% @@ -66,7 +64,7 @@ margin-right:10px; } .fileDesc { -width: 250px; +width: 220px; float: left; margin-right:10px; }