mirror of https://github.com/searxng/searxng.git
[fix] pagination position
This commit is contained in:
parent
5d54c7d500
commit
9ba17fce47
|
@ -172,6 +172,10 @@ tr:hover td { background: #DDDDDD; }
|
|||
display: none;
|
||||
}
|
||||
|
||||
#pagination {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#apis {
|
||||
clear: both;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
{% endfor %}
|
||||
|
||||
{% if paging %}
|
||||
<div id="paging">
|
||||
<div id="pagination">
|
||||
{% if pageno > 1 %}
|
||||
<form method="post" action="/">
|
||||
<div class="left">
|
||||
|
|
Loading…
Reference in New Issue