upload css
This commit is contained in:
parent
3c69ca5325
commit
3b0583ffd7
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user