upload css
This commit is contained in:
parent
d714f3b8ec
commit
566f1a0c3a
|
@ -21,20 +21,25 @@ float:left;
|
|||
|
||||
|
||||
.uploading {
|
||||
background-color: blue;
|
||||
width: 300px;
|
||||
border-width: 2px;
|
||||
border-style: dashed;
|
||||
border-color: #298A08;
|
||||
}
|
||||
|
||||
.uploaded {
|
||||
background-color: green;
|
||||
width: 300px;
|
||||
border-width: 2px;
|
||||
background-color: #298A08;
|
||||
}
|
||||
|
||||
#progressbar {
|
||||
display: none;
|
||||
background-color: #80ADB0;
|
||||
background-color: ##FE642E;
|
||||
}
|
||||
|
||||
#progress {
|
||||
background-color: #005740;
|
||||
background-color: #298A08;
|
||||
}
|
||||
|
||||
#uploadStudy {
|
||||
|
|
|
@ -89,10 +89,10 @@ $(function() {
|
|||
|
||||
<div id="addFilesWrapper">
|
||||
<div id="uploadingTo">
|
||||
Uploading To: <span id="uploadStudy"></span>
|
||||
Uploading to: <span id="uploadStudy"></span>
|
||||
</div>
|
||||
<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>
|
||||
<form id="addFile" action="/files/add" method="POST" enctype="multipart/form-data">
|
||||
<input id="files_category" name="files_category" type="hidden" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user