upload css

This commit is contained in:
ashok sukumaran 2011-07-02 16:06:10 +05:30
parent 3c69ca5325
commit 3b0583ffd7
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
#categoryForm
{padding:18px 0px 18px 100px;}
#categoryForm p
{padding-bottom:10px;
padding-right:50px;
font-size:14px;
float:left;}
#addFilesWrapper { #addFilesWrapper {
display: none; display: none;
} }

View File

@ -79,7 +79,7 @@ $(function() {
<div> <div>
<div id="categoryWrapper"> <div id="categoryWrapper">
<div id="categoryHelp"> <div id="categoryHelp">
First, either pick an existing Study to add your files to, or put in a name of a new study to create to add files to, and click the submit button:
</div> </div>
<form id="categoryForm" action="" method="POST"> <form id="categoryForm" action="" method="POST">
{{ categoryForm.as_p }} {{ categoryForm.as_p }}