diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-03 10:39:47 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-03 10:39:47 +0100 |
| commit | 2e7723a6c1ce51c6b3830470164ac818126760ae (patch) | |
| tree | ac7839a2f53bbf993704f13da734826a3ad23ee9 /searx/static/oscar/less | |
| parent | b2c976a5a33f234de1f5c67de0e04034c21c20d8 (diff) | |
[enh] oscar_template: improve result visualisation
* highlight parts of result
* add link to archiv.to
* fix little bugs
* add little icons
* change style of "show map" button
Diffstat (limited to 'searx/static/oscar/less')
| -rw-r--r-- | searx/static/oscar/less/oscar/cursor.less | 4 | ||||
| -rw-r--r-- | searx/static/oscar/less/oscar/results.less | 29 |
2 files changed, 33 insertions, 0 deletions
diff --git a/searx/static/oscar/less/oscar/cursor.less b/searx/static/oscar/less/oscar/cursor.less index c7e3191d8..cbc1ea6fc 100644 --- a/searx/static/oscar/less/oscar/cursor.less +++ b/searx/static/oscar/less/oscar/cursor.less @@ -2,3 +2,7 @@ .cursor-text { cursor: text !important; } + +.cursor-pointer { + cursor: pointer !important; +} diff --git a/searx/static/oscar/less/oscar/results.less b/searx/static/oscar/less/oscar/results.less index 06c8a1740..9ca2109bc 100644 --- a/searx/static/oscar/less/oscar/results.less +++ b/searx/static/oscar/less/oscar/results.less @@ -1,3 +1,27 @@ + +.result_header { + margin-bottom:5px; + margin-top:20px; + + .favicon { + margin-bottom:-3px; + } + + a { + vertical-align: bottom; + + .highlight { + font-weight:bold; + } + } +} + +.result-content { + .highlight { + font-weight:bold; + } +} + // default formating of results .result-default { clear: both; @@ -24,6 +48,11 @@ clear: both; } +// map formating of results +.result-map { + clear: both; +} + // suggestion .suggestion_item { margin: 2px 5px; |