浏览代码

[fix] pagination position

asciimoo 11 年前
父节点
当前提交
9ba17fce47
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4
    0
      searx/static/css/style.css
  2. 1
    1
      searx/templates/results.html

+ 4
- 0
searx/static/css/style.css 查看文件

@@ -172,6 +172,10 @@ tr:hover td { background: #DDDDDD; }
172 172
     display: none;
173 173
 }
174 174
 
175
+#pagination {
176
+    clear: both;
177
+}
178
+
175 179
 #apis {
176 180
     clear: both;
177 181
 }

+ 1
- 1
searx/templates/results.html 查看文件

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