浏览代码

[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
     display: none;
172
     display: none;
173
 }
173
 }
174
 
174
 
175
+#pagination {
176
+    clear: both;
177
+}
178
+
175
 #apis {
179
 #apis {
176
     clear: both;
180
     clear: both;
177
 }
181
 }

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

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