Browse Source

[enh] ui mods

asciimoo 11 years ago
parent
commit
894dd5f720
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      searx/static/css/style.css

+ 5
- 2
searx/static/css/style.css View File

@@ -8,15 +8,18 @@ html {
8 8
 
9 9
 h1 { font-size: 5em; }
10 10
 
11
-input { border: 2px solid #666666; color: #444444;  padding: 8px; background-color: #FFFFFF; font-size: 1.3em; }
11
+input { border: 2px solid #666666; color: #444444;  padding: 8px; background-color: #FFFFFF; font-size: 1.1em; }
12 12
 
13 13
 a { text-decoration: none; }
14 14
 
15 15
 .result_title { margin-bottom: 0; }
16 16
 
17
-.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; max-width: 50em; }
17
+.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
18
+.result h3 { font-size: 0.9em;}
18 19
 .result { max-width: 70em; }
19 20
 
20 21
 .url { font-weight: bold; }
21 22
 
22 23
 .q { width: 30em; }
24
+
25
+.engines { color: #888888; }