From 98946b9c25e15ada4bc7b9b676ef7bbcf802b481 Mon Sep 17 00:00:00 2001 From: Karen Date: Mon, 4 Jul 2011 18:31:20 +0530 Subject: [PATCH] padding, etc. --- edgware/static/css/files/upload.css | 39 +++++++++++++++-------------- edgware/templates/upload_files.html | 2 +- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css index 60d3dc8..af4d605 100644 --- a/edgware/static/css/files/upload.css +++ b/edgware/static/css/files/upload.css @@ -1,7 +1,8 @@ #categoryHelp { -padding:10px 0px 5px 100px; +padding:18px 0px 5px 100px; font-size:14px; -color: #298A08; +color: #154e6f; +font-style:italic; } #categoryForm { @@ -15,7 +16,6 @@ font-size:14px; float:left; } - #addFilesWrapper { display: none; padding:18px 0px 18px 100px; @@ -23,19 +23,19 @@ padding:18px 0px 18px 100px; #uploadInstructions { font-size:14px; -color: #298A08; +color: #154e6f; margin-bottom: 10px; } #uploadingTo { margin-bottom: 10px; -} +font-style:italic;} .uploading { width: 446px; border-width: 2px; -border-style: dashed; -border-color: #298A08; +border-style: ridge; +border-color: #3b240b; padding: 5px; font-size: 14px; margin-bottom: 5px; @@ -43,8 +43,7 @@ margin-bottom: 5px; .uploaded { width: 450px; -background-color: #298A08; -padding:5px; +padding:10px; font-size:14px; margin-bottom:5px; background: #3b240b; /* Old browsers */ @@ -52,15 +51,12 @@ background: -moz-linear-gradient(top, #3b240b 0%, #207cca 52%, #7db9e8 100%); /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b240b), color-stop(52%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */ background: linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* W3C */ -color:#FFF;} - -.fileDesc -{margin-left:4px;} +color:#FFF; +border-radius:14px;} .formHelp {font-weight:bold; -padding-top:6px; -padding-left:6px;} +padding-top:6px;} .fileForm button {float:right; @@ -86,9 +82,14 @@ font-size: 12px; #filesList { margin-top: 15px; -margin-bottom:5px; -} +margin-bottom:5px;} +.saved +{padding-left:7px; +font-size:12px; +display:block; +padding-top:5px; +float:left;} .fileForm { overflow: hidden; @@ -98,14 +99,14 @@ width: 100%; .fileTitle { float: bottom; width: 170px; -margin-left: 5px; +margin-left: 6px; margin-bottom: 10px; } .fileDesc { float: left; width: 250px; -margin-right:5px; +margin-right:8px; } #uploadStudy { diff --git a/edgware/templates/upload_files.html b/edgware/templates/upload_files.html index f8f8e6e..e42dbd0 100644 --- a/edgware/templates/upload_files.html +++ b/edgware/templates/upload_files.html @@ -92,7 +92,7 @@ $(function() { Uploading to:
- Select one or multiple files, or just drag any number of files from your computer into this browser window to upload. You can then view them here. + Select one or multiple files, or just drag any number of files from your computer into this browser window to upload. View them here.