From c75425655fdadf9554b97ae0309a6181acd34ce3 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 4 Jun 2021 09:35:26 +0200 Subject: [enh] openstreetmap / map template: improve results implements ideas described in #69 * update the engine * use wikidata * update map.html template --- .../themes/oscar/src/less/logicodev/results.less | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'searx/static/themes/oscar/src') diff --git a/searx/static/themes/oscar/src/less/logicodev/results.less b/searx/static/themes/oscar/src/less/logicodev/results.less index 67ee296a1..0668dc8cd 100644 --- a/searx/static/themes/oscar/src/less/logicodev/results.less +++ b/searx/static/themes/oscar/src/less/logicodev/results.less @@ -171,6 +171,36 @@ // map formating of results .result-map { clear: both; + + .img-thumbnail { + float: right; + width: auto; + height: 120px; + border: 0; + background: inherit; + } + + .img-type { + width: 20px; + max-height: 20px; + } + + .result-map-details { + font-size: 13px; + border-collapse: separate; + border-spacing: 0 0.35rem; + + th { + font-weight: inherit; + width: 20rem; + vertical-align: top; + } + + td { + vertical-align: top; + } + } + } // code formating of results -- cgit v1.2.3