upload css
This commit is contained in:
parent
4c40bf48ba
commit
d714f3b8ec
|
@ -2,11 +2,12 @@
|
||||||
padding:18px 0px 18px 100px;
|
padding:18px 0px 18px 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#categoryForm p
|
#categoryForm p {
|
||||||
{padding-bottom:10px;
|
padding-bottom:10px;
|
||||||
padding-right:50px;
|
padding-right:50px;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
float:left;}
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#addFilesWrapper {
|
#addFilesWrapper {
|
||||||
|
@ -14,6 +15,11 @@ float:left;}
|
||||||
padding:18px 0px 18px 100px;
|
padding:18px 0px 18px 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#uploadInstructions {
|
||||||
|
padding-bottom:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.uploading {
|
.uploading {
|
||||||
background-color: blue;
|
background-color: blue;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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">
|
||||||
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>
|
</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