[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; display: none;
} }
#pagination {
clear: both;
}
#apis { #apis {
clear: both; clear: both;
} }

View File

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