From 50de0175dbfebaebd54c94bcd15ab3c78dc2c93a Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 30 Jun 2011 22:25:43 +0530 Subject: [PATCH] css changes to browser.html --- edgware/static/css/files/browse.css | 30 ++++++++++++++++++++++++---- edgware/static/css/files/upload.css | 28 ++++++++++++++++++++++++++ edgware/templates/files/browser.html | 4 ++-- 3 files changed, 56 insertions(+), 6 deletions(-) create mode 100644 edgware/static/css/files/upload.css diff --git a/edgware/static/css/files/browse.css b/edgware/static/css/files/browse.css index 78c48d2..2c39a91 100644 --- a/edgware/static/css/files/browse.css +++ b/edgware/static/css/files/browse.css @@ -1,5 +1,27 @@ +#filterForm +{padding:18px;} + +#filterForm p +{padding-bottom:10px;} + + +#prevBtn, #nextBtn +{font-size:16px; +float:left; +cursor:pointer;} /*have not cleared both and used float; is that ok*/ + +#prevBtn +{padding-left:16px;} + +#nextBtn +{padding-left:40px;} + +.fileItem +{padding-bottom:8px; +padding-left:18px; +cursor:pointer;} + #previewPane { - position: absolute; - left: 250px; - top: 10px; -} + position:absolute; + left:350px; + top:118px;} diff --git a/edgware/static/css/files/upload.css b/edgware/static/css/files/upload.css new file mode 100644 index 0000000..f2a06c5 --- /dev/null +++ b/edgware/static/css/files/upload.css @@ -0,0 +1,28 @@ +#addFilesWrapper { + display: none; +} + +.uploading { + background-color: blue; +} + +.uploaded { + background-color: green; +} + +#progressbar { + display: none; + background-color: #80ADB0; +} + +#progress { + background-color: #005740; +} + +#uploadStudy { + font-weight: bold; +} + +#uploadingTo { + margin-bottom: 12px; +} diff --git a/edgware/templates/files/browser.html b/edgware/templates/files/browser.html index 4feb9cc..f44e0ed 100644 --- a/edgware/templates/files/browser.html +++ b/edgware/templates/files/browser.html @@ -19,8 +19,8 @@
-
prev
-
next
+
<<
+
>>