upload css
This commit is contained in:
parent
2c8b501ea1
commit
85161e1390
|
@ -28,7 +28,7 @@ margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#uploadingTo {
|
#uploadingTo {
|
||||||
margin: 0px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uploading {
|
.uploading {
|
||||||
|
|
|
@ -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 into this browser window to upload. You can view them <a href="http://edgwareroad.org/files/browse/">here</a>.
|
Select one or multiple files, or just drag any number of files from your computer into this browser window to upload. You can then view 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