upload css

This commit is contained in:
ashok sukumaran 2011-07-02 16:32:16 +05:30
parent 4c40bf48ba
commit d714f3b8ec
2 changed files with 10 additions and 4 deletions

View File

@ -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;
}

View File

@ -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" />