upload css
This commit is contained in:
parent
45281f9686
commit
142b37635d
|
@ -40,12 +40,12 @@ margin-bottom: 5px;
|
||||||
|
|
||||||
#progressbar {
|
#progressbar {
|
||||||
display: none;
|
display: none;
|
||||||
background-color: #A4A4A4;
|
background-color: #F2F5A9;
|
||||||
margin-left: 40px;
|
margin-left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#progress {
|
#progress {
|
||||||
background-color: #FE642E;
|
background-color: #298A08;
|
||||||
}
|
}
|
||||||
|
|
||||||
#progressstatus {
|
#progressstatus {
|
||||||
|
|
|
@ -79,7 +79,7 @@ $(function() {
|
||||||
<div>
|
<div>
|
||||||
<div id="categoryWrapper">
|
<div id="categoryWrapper">
|
||||||
<div id="categoryHelp">
|
<div id="categoryHelp">
|
||||||
|
Select a Study or create a new one to start uploading to.
|
||||||
</div>
|
</div>
|
||||||
<form id="categoryForm" action="" method="POST">
|
<form id="categoryForm" action="" method="POST">
|
||||||
{{ categoryForm.as_p }}
|
{{ categoryForm.as_p }}
|
||||||
|
@ -92,7 +92,7 @@ $(function() {
|
||||||
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.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>
|
</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" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user