summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/less/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/less/style.less')
-rw-r--r--searx/static/themes/simple/less/style.less36
1 files changed, 36 insertions, 0 deletions
diff --git a/searx/static/themes/simple/less/style.less b/searx/static/themes/simple/less/style.less
index 9f69f7a..64f5e6a 100644
--- a/searx/static/themes/simple/less/style.less
+++ b/searx/static/themes/simple/less/style.less
@@ -299,6 +299,38 @@ article.result-images[data-vim-selected]::before {
}
}
+.result-map {
+
+ img.image {
+ float: right !important;
+ height: 100px !important;
+ width: auto !important;
+ }
+
+ table {
+ font-size: .9em;
+ width: auto;
+ border-collapse: separate;
+ border-spacing: 0 0.35rem;
+
+ th {
+ font-weight: inherit;
+ width: 17rem;
+ vertical-align: top;
+ text-align: left;
+ }
+
+ td {
+ vertical-align: top;
+ text-align: left;
+ }
+ }
+}
+
+.hidden {
+ display: none !important;
+}
+
.torrent_result {
border-left: 10px solid @color-result-torrent-border;
padding-left: 3px;
@@ -719,3 +751,7 @@ article.result-images[data-vim-selected]::before {
}
}
+
+pre code {
+ white-space: pre-wrap;
+}