From 15178e5b96d3e54a5d62660442b207164b4cb904 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 10 Jun 2021 09:18:59 +0200 Subject: [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 --- searx/static/themes/oscar/css/logicodev.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'searx/static/themes/oscar/css/logicodev.css') diff --git a/searx/static/themes/oscar/css/logicodev.css b/searx/static/themes/oscar/css/logicodev.css index 6c653380f..b382632cc 100644 --- a/searx/static/themes/oscar/css/logicodev.css +++ b/searx/static/themes/oscar/css/logicodev.css @@ -650,6 +650,30 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not .result-map { clear: both; } +.result-map .img-thumbnail { + float: right; + width: auto; + height: 120px; + border: 0; + background: inherit; +} +.result-map .img-type { + width: 20px; + max-height: 20px; +} +.result-map .result-map-details { + font-size: 13px; + border-collapse: separate; + border-spacing: 0 0.35rem; +} +.result-map .result-map-details th { + font-weight: inherit; + width: 20rem; + vertical-align: top; +} +.result-map .result-map-details td { + vertical-align: top; +} .result-code { clear: both; } -- cgit v1.2.3