소스 검색

[mod] ui mods

asciimoo 12 년 전
부모
커밋
b5a5f450b5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      searx/static/css/style.css

+ 2
- 2
searx/static/css/style.css 파일 보기

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; }