forked from zaclys/searxng
[enh][mod] ui changes
This commit is contained in:
parent
b9cdad9178
commit
565db911a4
|
@ -12,8 +12,6 @@ input { border: 2px solid #666666; color: #444444; padding: 8px; background-col
|
||||||
|
|
||||||
a { text-decoration: none; }
|
a { text-decoration: none; }
|
||||||
|
|
||||||
#container { position: relative;}
|
|
||||||
|
|
||||||
.result_title { margin-bottom: 0; }
|
.result_title { margin-bottom: 0; }
|
||||||
|
|
||||||
.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
|
.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
|
||||||
|
|
|
@ -5,11 +5,13 @@
|
||||||
<meta http-equiv="content-language" content="en" />
|
<meta http-equiv="content-language" content="en" />
|
||||||
<meta name="description" content="Searx - a hackable metasearch engine respecting privacy" />
|
<meta name="description" content="Searx - a hackable metasearch engine respecting privacy" />
|
||||||
<meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
|
<meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
|
||||||
<link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
|
|
||||||
<title>searx {% block title %}{% endblock %}</title>
|
<title>searx {% block title %}{% endblock %}</title>
|
||||||
<link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />
|
<link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
{% block head %}
|
||||||
|
<link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
|
||||||
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
{% block head %} {% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<a href="/" title="searx" class="site_link">searx</a> | Number of results: {{ number_of_results }}
|
<a href="/" title="searx" class="site_link">searx</a> | Number of results: {{ number_of_results }}
|
||||||
|
|
Loading…
Reference in New Issue