clean up publish page

This commit is contained in:
Sanj 2011-07-10 04:37:08 +05:30
parent a057999dcc
commit 4998af0ecf
2 changed files with 8 additions and 5 deletions

View File

@ -19,3 +19,7 @@ float:left;
margin-left: 40px;
}
.listHeader {
font-size: 11px;
}

View File

@ -52,8 +52,7 @@ If you are a participant looking to open a new account, please write to contact@
</p>
</div>
<div id="publishBlockright">
<p>
Search for an existing article you were working on</p> <br/>
<h4 class="listHeader">Edit your own articles:</h4>
<ul id="ownList">
{% for o in own_list %}
<li data-id="{{ o.id }}">
@ -64,8 +63,7 @@ Search for an existing article you were working on</p> <br/>
</li>
{% endfor %}
</ul>
Or <br/>
Create a new one
<h4 class="listHeader">Create New Article - Pick a template and click 'copy':</h4>
<ul id="templateList">
{% for t in tmpl_list %}
<li data-id="{{ t.id }}">
@ -77,6 +75,7 @@ Create a new one
{% endfor %}
</ul>
<h4 class="listHeader">Create a copy of any existing published article:</h4>
<ul id="publishedList">
{% for p in pub_list %}
<li data-id="{{ p.id }}">