diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-10 09:30:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 09:30:41 +0200 |
| commit | 73dbee45a649bdb6363717be0670bf4f35bf06a9 (patch) | |
| tree | c13917ed106cfac408515c377f66f2fa0bb5aa2e /searx/static/themes/oscar/src | |
| parent | 68df982e21b0f4440485dd690b9396ec34ab0cc0 (diff) | |
| parent | 15178e5b96d3e54a5d62660442b207164b4cb904 (diff) | |
Merge pull request #90 from searxng/enh-osm-engine
[enh] improve openstreetmap engine
Diffstat (limited to 'searx/static/themes/oscar/src')
| -rw-r--r-- | searx/static/themes/oscar/src/less/logicodev/results.less | 30 |
1 files changed, 30 insertions, 0 deletions
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 |