[fix] pagination position

This commit is contained in:
asciimoo 2014-01-30 00:08:17 +01:00
parent 5d54c7d500
commit 9ba17fce47
2 changed files with 5 additions and 1 deletions

View File

@ -172,6 +172,10 @@ tr:hover td { background: #DDDDDD; }
display: none;
}
#pagination {
clear: both;
}
#apis {
clear: both;
}

View File

@ -20,7 +20,7 @@
{% endfor %}
{% if paging %}
<div id="paging">
<div id="pagination">
{% if pageno > 1 %}
<form method="post" action="/">
<div class="left">