upload css
This commit is contained in:
parent
45281f9686
commit
142b37635d
|
@ -40,12 +40,12 @@ margin-bottom: 5px;
|
|||
|
||||
#progressbar {
|
||||
display: none;
|
||||
background-color: #A4A4A4;
|
||||
background-color: #F2F5A9;
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
#progress {
|
||||
background-color: #FE642E;
|
||||
background-color: #298A08;
|
||||
}
|
||||
|
||||
#progressstatus {
|
||||
|
|
|
@ -79,7 +79,7 @@ $(function() {
|
|||
<div>
|
||||
<div id="categoryWrapper">
|
||||
<div id="categoryHelp">
|
||||
|
||||
Select a Study or create a new one to start uploading to.
|
||||
</div>
|
||||
<form id="categoryForm" action="" method="POST">
|
||||
{{ categoryForm.as_p }}
|
||||
|
@ -92,7 +92,7 @@ $(function() {
|
|||
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.Enjoy.
|
||||
Select one or multiple files, or just drag any number of files from your computer to the browser window to upload. Browse them <a href="http://edgwareroad.org/files/browse/">here</a>.
|
||||
</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