mirror of https://github.com/searx/searx
[fix] pagination position
This commit is contained in:
parent
5d54c7d500
commit
9ba17fce47
|
@ -172,6 +172,10 @@ tr:hover td { background: #DDDDDD; }
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pagination {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
#apis {
|
#apis {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue