forked from Ponysearch/Ponysearch
[enh] ui mods
This commit is contained in:
parent
e47258ce38
commit
1aff439931
2 changed files with 5 additions and 2 deletions
|
@ -14,6 +14,9 @@ a { text-decoration: none; }
|
||||||
|
|
||||||
.result_title { margin-bottom: 0; }
|
.result_title { margin-bottom: 0; }
|
||||||
|
|
||||||
.result p { margin-top: 0; padding-top: 0;}
|
.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; }
|
||||||
|
.result { max-width: 70em; }
|
||||||
|
|
||||||
.url { font-weight: bold; }
|
.url { font-weight: bold; }
|
||||||
|
|
||||||
|
.q { width: 30em; }
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<form method="post" action="">
|
<form method="post" action="">
|
||||||
<input type="text" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
<input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||||
<input type="submit" value="search" />
|
<input type="submit" value="search" />
|
||||||
<p>
|
<p>
|
||||||
{% for engine in engines %}
|
{% for engine in engines %}
|
||||||
|
|
Loading…
Reference in a new issue