Browse Source

[fix] pagination position

asciimoo 11 years ago
parent
commit
9ba17fce47
2 changed files with 5 additions and 1 deletions
  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; }
     display: none;
 }
 
+#pagination {
+    clear: both;
+}
+
 #apis {
     clear: both;
 }

+ 1 - 1
searx/templates/results.html

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