upload css

This commit is contained in:
ashok sukumaran 2011-07-02 16:51:49 +05:30
parent d714f3b8ec
commit 566f1a0c3a
2 changed files with 11 additions and 6 deletions

View File

@ -21,20 +21,25 @@ float:left;
.uploading { .uploading {
background-color: blue; width: 300px;
border-width: 2px;
border-style: dashed;
border-color: #298A08;
} }
.uploaded { .uploaded {
background-color: green; width: 300px;
border-width: 2px;
background-color: #298A08;
} }
#progressbar { #progressbar {
display: none; display: none;
background-color: #80ADB0; background-color: ##FE642E;
} }
#progress { #progress {
background-color: #005740; background-color: #298A08;
} }
#uploadStudy { #uploadStudy {

View File

@ -89,10 +89,10 @@ $(function() {
<div id="addFilesWrapper"> <div id="addFilesWrapper">
<div id="uploadingTo"> <div id="uploadingTo">
Uploading To: <span id="uploadStudy"></span> Uploading to: <span id="uploadStudy"></span>
</div> </div>
<div id="uploadInstructions"> <div id="uploadInstructions">
Select one or multiple files, or just drag any number of files from your computer to the browser window to upload.<br />Enjoy. Select one or multiple files, or just drag any number of files from your computer to the browser window to upload.Enjoy.
</div> </div>
<form id="addFile" action="/files/add" method="POST" enctype="multipart/form-data"> <form id="addFile" action="/files/add" method="POST" enctype="multipart/form-data">
<input id="files_category" name="files_category" type="hidden" /> <input id="files_category" name="files_category" type="hidden" />