From c2bf88f7f5242bf8027f9d47e0fec7ec4beb7b58 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sat, 2 Jul 2011 18:49:12 +0530 Subject: [PATCH] upload css --- edgware/static/css/files/upload.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index 3a6189e..2f83b3b 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -26,7 +26,7 @@ border-width: 2px; border-style: dashed; border-color: #298A08; padding: 5px; -font-size: 12px; +font-size: 14px; margin-bottom: 5px; } @@ -34,23 +34,26 @@ margin-bottom: 5px; width: 500px; background-color: #298A08; padding: 5px; -font-size: 12px; +font-size: 14px; margin-bottom: 5px; } #progressbar { display: none; -background-color: ##FE642E; +background-color: blue; margin-left: 40px; } #progress { -background-color: #298A08; +background-color: ##FE642E; +} + +#progressstatus { +font-size: 12px; } #filesList { -margin-top: 10px; -margin-bottom: 10px; +margin-top: 15px; }