Ver código fonte

[enh] smaller search form @ results page

asciimoo 11 anos atrás
pai
commit
247c9144f2
2 arquivos alterados com 5 adições e 1 exclusões
  1. 2
    0
      searx/static/css/style.css
  2. 3
    1
      searx/templates/results.html

+ 2
- 0
searx/static/css/style.css Ver arquivo

@@ -23,3 +23,5 @@ a { text-decoration: none; }
23 23
 .q { width: 30em; }
24 24
 
25 25
 .engines { color: #888888; }
26
+
27
+.small p { margin: 2px 0; }

+ 3
- 1
searx/templates/results.html Ver arquivo

@@ -1,6 +1,8 @@
1 1
 {% extends "base.html" %}
2 2
 {% block content %}
3
-{% include 'search.html' %}
3
+<div class="small">
4
+    {% include 'search.html' %}
5
+</div>
4 6
 <div id="results">
5 7
     {% for result in results %}
6 8
         <div class="result">