소스 검색

[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">