From 2711628ed6aee928e28be9a7d0a2080e4cfa41ed Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 2 Jul 2011 17:53:14 +0530 Subject: [PATCH] upload css --- edgware/static/css/files/upload.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index 2213446..2f68d4f 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -42,7 +42,7 @@ margin-bottom: 5px; } #progressbar { -margin: 5px; +margin-left: 20px; display: none; background-color: ##FE642E; } @@ -51,20 +51,24 @@ background-color: ##FE642E; background-color: #298A08; } +#filesList { +margin-left:20px; +} + .fileForm { overflow: auto; - width: 100% +width:100% } .fileTitle { float: left; -margin: 5px; +margin-right:10px; } .fileDesc { -width: 200px; +width: 250px; float: left; -margin: 5px; +margin-right:10px; } #uploadStudy {