mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[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 <markus.heiser@darmarit.de>
This commit is contained in:
parent
12af3b39db
commit
15178e5b96
15 changed files with 109 additions and 13 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue