Browse Source

[mod] ui mods

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

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

8
 
8
 
9
 h1 { font-size: 5em; }
9
 h1 { font-size: 5em; }
10
 
10
 
11
-input { border: 2px solid #8888FF; 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.3em; }
12
 
12
 
13
 a { text-decoration: none; }
13
 a { text-decoration: none; }
14
 
14
 
15
 .result_title { margin-bottom: 0; }
15
 .result_title { margin-bottom: 0; }
16
 
16
 
17
-.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; }
17
+.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; max-width: 50em; }
18
 .result { max-width: 70em; }
18
 .result { max-width: 70em; }
19
 
19
 
20
 .url { font-weight: bold; }
20
 .url { font-weight: bold; }