From 530a42ffee176f36f6ed5388a8d82dd369186743 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 2 Jul 2011 19:05:23 +0530 Subject: [PATCH] upload css --- edgware/static/css/files/upload.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index 72d3a37..1ee7717 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -40,7 +40,7 @@ margin-bottom: 5px; #progressbar { display: none; -background-color: #FFFFFF; +background-color: #A4A4A4; margin-left: 40px; } @@ -65,12 +65,13 @@ width: 100%; .fileTitle { float: left; +width: 150px; margin-right:10px; } .fileDesc { -width: 220px; float: left; +width: 220px; margin-right:10px; }