upload css
This commit is contained in:
parent
4c40bf48ba
commit
d714f3b8ec
|
@ -2,11 +2,12 @@
|
|||
padding:18px 0px 18px 100px;
|
||||
}
|
||||
|
||||
#categoryForm p
|
||||
{padding-bottom:10px;
|
||||
#categoryForm p {
|
||||
padding-bottom:10px;
|
||||
padding-right:50px;
|
||||
font-size:14px;
|
||||
float:left;}
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
||||
#addFilesWrapper {
|
||||
|
@ -14,6 +15,11 @@ float:left;}
|
|||
padding:18px 0px 18px 100px;
|
||||
}
|
||||
|
||||
#uploadInstructions {
|
||||
padding-bottom:10px;
|
||||
}
|
||||
|
||||
|
||||
.uploading {
|
||||
background-color: blue;
|
||||
}
|
||||
|
|
|
@ -92,7 +92,7 @@ $(function() {
|
|||
Uploading To: <span id="uploadStudy"></span>
|
||||
</div>
|
||||
<div id="uploadInstructions">
|
||||
Either select multiple files, or just drag any number of files from your computer to the browser to upload. Enjoy.
|
||||
Select one or multiple files, or just drag any number of files from your computer to the browser window to upload.<br />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