diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-10 09:18:59 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-10 09:20:51 +0200 |
| commit | 15178e5b96d3e54a5d62660442b207164b4cb904 (patch) | |
| tree | 3751a58d482d64ad424486ecf935f6d690d962a0 /searx/static/themes/simple/css/searx.css | |
| parent | 12af3b39db32c08fc0a2c85440a5070b3c48df0d (diff) | |
[static] make themes.all - based on commit 12af3b39
Based on commit 12af3b39 this patch is generated by::
make themes.all
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/css/searx.css')
| -rw-r--r-- | searx/static/themes/simple/css/searx.css | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index 399868e61..fc9bf5e3e 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -1,4 +1,4 @@ -/*! searx | 01-06-2021 | https://github.com/searxng/searxng */ +/*! searx | 09-06-2021 | https://github.com/searxng/searxng */ /* * searx, A privacy-respecting, hackable metasearch engine * @@ -2346,6 +2346,30 @@ article.result-images[data-vim-selected]::before { background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; } +.result-map img.image { + float: right !important; + height: 100px !important; + width: auto !important; +} +.result-map table { + font-size: 0.9em; + width: auto; + border-collapse: separate; + border-spacing: 0 0.35rem; +} +.result-map table th { + font-weight: inherit; + width: 17rem; + vertical-align: top; + text-align: left; +} +.result-map table td { + vertical-align: top; + text-align: left; +} +.hidden { + display: none !important; +} .torrent_result { border-left: 10px solid lightgray; padding-left: 3px; |