From 4381456187b7b7ae17c1e403c37f9b483fecbe2a Mon Sep 17 00:00:00 2001 From: Karen Date: Mon, 4 Jul 2011 14:35:46 +0530 Subject: [PATCH] added padding and margins for upload files --- edgware/static/css/files/upload.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index 9548d49..692b452 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -44,11 +44,24 @@ margin-bottom: 5px; .uploaded { width: 450px; background-color: #298A08; -padding: 5px; -font-size: 14px; -margin-bottom: 5px; +padding:5px; +font-size:14px; +margin-bottom:5px; } +.fileDesc +{margin-left:4px;} + +.formHelp +{font-weight:bold; +padding-top:6px; +padding-left:6px;} + +.fileForm button +{float:right; +margin-right:5px; +margin-bottom:5px;} + #progressbar { display: none; background-color: #F2F2F2;