mirror of
https://github.com/searxng/searxng.git
synced 2026-05-20 18:04:30 +02:00
oscar template: add infobox
This commit is contained in:
Vendored
+2
@@ -11,5 +11,7 @@ input[type=checkbox]:not(:checked)~.label_hide_if_not_checked{display:none}
|
||||
.suggestion_item{margin:2px 5px}
|
||||
.result_download{margin-right:5px}
|
||||
#pagination{margin-top:30px;padding-bottom:50px}
|
||||
.infobox .infobox_part{margin-bottom:20px}
|
||||
.infobox .infobox_part:last-child{margin-bottom:0}
|
||||
.search_categories{margin:10px 0;text-transform:capitalize}
|
||||
.cursor-text{cursor:text !important}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
.infobox {
|
||||
.infobox_part {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.infobox_part:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
@import "results.less";
|
||||
|
||||
@import "infobox.less";
|
||||
|
||||
@import "search.less";
|
||||
|
||||
@import "cursor.less";
|
||||
|
||||
Reference in New Issue
Block a user