upload css

This commit is contained in:
ashok sukumaran 2011-07-02 19:34:35 +05:30
parent 2ec42119f0
commit db4cbd307a
2 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,9 @@ padding:18px 0px 18px 100px;
} }
#uploadInstructions { #uploadInstructions {
padding-bottom:10px; padding-bottom:10px
font-size:14px;
color: #298A08;
} }

View File

@ -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. Browse 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 to the browser window to upload. You can 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" />