Adam Tauber пре 11 година
родитељ
комит
06b9238786
4 измењених фајлова са 8 додато и 8 уклоњено
  1. 3
    3
      searx/static/css/style.css
  2. 3
    3
      searx/static/less/style.less
  3. 1
    1
      searx/templates/about.html
  4. 1
    1
      searx/webapp.py

+ 3
- 3
searx/static/css/style.css Прегледај датотеку

@@ -12,7 +12,7 @@ a:hover.hmarg{color:#3498db}
12 12
 .top_margin{margin-top:60px}
13 13
 .center{text-align:center}
14 14
 h1{font-size:5em}
15
-div.title{background:url('/static/img/searx.png') no-repeat;width:100%;background-position:center}div.title h1{visibility:hidden}
15
+div.title{background:url('static/img/searx.png') no-repeat;width:100%;background-position:center}div.title h1{visibility:hidden}
16 16
 input[type="submit"]{padding:2px 6px;margin:2px 4px;display:inline-block;background:#3498db;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0;cursor:pointer}
17 17
 input[type="checkbox"]{visibility:hidden}
18 18
 fieldset{margin:8px;border:1px solid #3498db}
@@ -55,14 +55,14 @@ tr:hover{background:#ddd}
55 55
 #search_wrapper{position:relative;max-width:600px;padding:10px}
56 56
 .center #search_wrapper{margin-left:auto;margin-right:auto}
57 57
 .q{background:none repeat scroll 0 0 #fff;border:1px solid #3498db;color:#222;font-size:16px;height:28px;margin:0;outline:medium none;padding:2px;padding-left:8px;padding-right:0 !important;width:100%;z-index:2}
58
-#search_submit{position:absolute;top:13px;right:1px;padding:0;border:0;background:url('/static/img/search-icon.png') no-repeat;background-size:24px 24px;opacity:.8;width:24px;height:30px;font-size:0}
58
+#search_submit{position:absolute;top:13px;right:1px;padding:0;border:0;background:url('static/img/search-icon.png') no-repeat;background-size:24px 24px;opacity:.8;width:24px;height:30px;font-size:0}
59 59
 #results{margin:10px;padding:0;margin-bottom:20px}
60 60
 #sidebar{position:absolute;left:54em;width:15em;margin:0 2px 5px 5px;padding:0 2px 2px 2px}
61 61
 #suggestions span{display:block;margin:0 2px 2px 2px;padding:0}
62 62
 #suggestions form{display:block}
63 63
 #suggestions input{padding:2px 6px;margin:2px 4px;font-size:.8em;display:inline-block;background:#3498db;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0;cursor:pointer}
64 64
 #search_url{margin-top:8px}#search_url input{border:1px solid #888;padding:4px;color:#444;width:20em;display:block;margin:4px}
65
-#preferences{top:10px;padding:0;border:0;background:url('/static/img/preference-icon.png') no-repeat;background-size:28px 28px;opacity:.8;width:28px;height:30px;display:block}#preferences *{display:none}
65
+#preferences{top:10px;padding:0;border:0;background:url('static/img/preference-icon.png') no-repeat;background-size:28px 28px;opacity:.8;width:28px;height:30px;display:block}#preferences *{display:none}
66 66
 #pagination{clear:both}
67 67
 #apis{margin-top:8px;clear:both}
68 68
 @media screen and (max-width:60em){#sidebar{position:static;max-width:50em;margin:0 0 2px 0;padding:0;float:none;border:none;width:auto} #suggestions span{display:inline;font-size:.8em} #suggestions form{display:inline} #suggestions input{padding:2px 6px;margin:2px 4px;font-size:.8em;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0;cursor:pointer}}@media screen and (max-width:680px){#search_wrapper{width:90%;clear:both;overflow:hidden} .right{display:none;postion:fixed !important;top:100px;right:0} #apis{display:none} #categories{font-size:80%;clear:both}#categories .checkbox_container{margin-top:2px;margin:0 2px} .checkbox_container{display:block;width:100%}.checkbox_container label{border-bottom:0} .result{border-top:1px solid #e8e7e6;margin:7px 0 6px 0}.result img{max-width:90%;width:auto;height:auto}}.favicon{float:left;margin-right:4px;margin-top:2px}

+ 3
- 3
searx/static/less/style.less Прегледај датотеку

@@ -87,7 +87,7 @@ h1 {
87 87
 }
88 88
 
89 89
 div.title {
90
-	background: url('/static/img/searx.png') no-repeat;
90
+	background: url('static/img/searx.png') no-repeat;
91 91
 	width: 100%;
92 92
 	background-position: center;
93 93
 
@@ -388,7 +388,7 @@ tr {
388 388
 	right: 1px;
389 389
 	padding: 0;
390 390
 	border: 0;
391
-	background: url('/static/img/search-icon.png') no-repeat;
391
+	background: url('static/img/search-icon.png') no-repeat;
392 392
 	background-size: 24px 24px;
393 393
 	opacity: 0.8;
394 394
 	width: 24px;
@@ -451,7 +451,7 @@ tr {
451 451
 	top: 10px;
452 452
 	padding: 0;
453 453
 	border: 0;
454
-	background: url('/static/img/preference-icon.png') no-repeat;
454
+	background: url('static/img/preference-icon.png') no-repeat;
455 455
 	background-size: 28px 28px;
456 456
 	opacity: 0.8;
457 457
 	width: 28px;

+ 1
- 1
searx/templates/about.html Прегледај датотеку

@@ -45,7 +45,7 @@ Searx can be added to your browser's search bar; moreover, it can be set as the
45 45
 <h2 id="faq">FAQ</h2>
46 46
 
47 47
 <h3>How to add to firefox?</h3>
48
-<p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')">Install</a> searx as a search engine on any version of Firefox! (javascript required)</p>
48
+<p><a href="#" onclick="window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '{{ url_for('opensearch') }}');">Install</a> searx as a search engine on any version of Firefox! (javascript required)</p>
49 49
 
50 50
 <h2 id="dev_faq">Developer FAQ</h2>
51 51
 

+ 1
- 1
searx/webapp.py Прегледај датотеку

@@ -250,7 +250,7 @@ def preferences():
250 250
                 if engine_name in engines:
251 251
                     blocked_engines.append(engine_name)
252 252
 
253
-        resp = make_response(redirect('/'))
253
+        resp = make_response(redirect(url_for('index')))
254 254
 
255 255
         user_blocked_engines = request.cookies.get('blocked_engines', '').split(',')  # noqa
256 256