Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
565d69d7
Commit
565d69d7
authored
Jan 07, 2019
by
Daniel J. Ramirez
Browse files
Style fixes.
Fix spacing between 'more', and language, Bottom url in results is now a link
parent
fa1624c0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
searx/static/themes/eelo/css/eelo.css
View file @
565d69d7
...
...
@@ -465,6 +465,8 @@ nav #eelo_links > * {
background
:
none
;
padding
:
0
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
cursor
:
pointer
;
}
#search_form
#search_input_container
button
[
type
=
"submit"
]
.icon
{
...
...
@@ -617,6 +619,7 @@ nav #eelo_links > * {
}
#search_form
#search_params
#time_and_lang
{
display
:
flex
;
margin-left
:
32px
;
}
#search_form
#search_params
#time_and_lang
>
*
{
width
:
auto
;
...
...
searx/static/themes/eelo/css/eelo.min.css
View file @
565d69d7
This diff is collapsed.
Click to expand it.
searx/static/themes/eelo/less/eelo/search.less
View file @
565d69d7
...
...
@@ -37,6 +37,8 @@
background: none;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
.icon { transition: fill 0.2s ease-in-out, transform 0.1s ease-in-out; }
...
...
@@ -194,6 +196,7 @@
#time_and_lang {
display: flex;
margin-left: @spacing_xx-large;
> * { width: auto; }
}
}
...
...
searx/templates/eelo/macros.html
View file @
565d69d7
...
...
@@ -54,7 +54,7 @@
<!-- Draw result footer -->
{% macro result_footer(result) -%}
<
div
class=
"external-link"
>
{{ result.pretty_url }}
</
div
>
<
a
class=
"external-link"
href=
"{{result.url}}"
>
{{ result.pretty_url }}
</
a
>
{%- endmacro %}
<!-- Draw result footer -->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment