summaryrefslogtreecommitdiff
path: root/searx/static
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-10-05 15:29:21 +0200
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-10-05 15:46:43 +0200
commitc36c935b03cc87ddfcac5ce3ded333be73387a7a (patch)
tree5c850f1f4520e5c0082cbdf8c63be48705aab645 /searx/static
parent517e57b996aaeceda08afd0e80bfd30ad6192971 (diff)
oscar template: add infobox
Diffstat (limited to 'searx/static')
-rw-r--r--searx/static/oscar/css/oscar.min.css2
-rw-r--r--searx/static/oscar/less/oscar/infobox.less9
-rw-r--r--searx/static/oscar/less/oscar/oscar.less2
3 files changed, 13 insertions, 0 deletions
diff --git a/searx/static/oscar/css/oscar.min.css b/searx/static/oscar/css/oscar.min.css
index 60396e0cc..5d2c24e63 100644
--- a/searx/static/oscar/css/oscar.min.css
+++ b/searx/static/oscar/css/oscar.min.css
@@ -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}
diff --git a/searx/static/oscar/less/oscar/infobox.less b/searx/static/oscar/less/oscar/infobox.less
new file mode 100644
index 000000000..c6a6d4248
--- /dev/null
+++ b/searx/static/oscar/less/oscar/infobox.less
@@ -0,0 +1,9 @@
+.infobox {
+ .infobox_part {
+ margin-bottom: 20px;
+ }
+
+ .infobox_part:last-child {
+ margin-bottom: 0;
+ }
+}
diff --git a/searx/static/oscar/less/oscar/oscar.less b/searx/static/oscar/less/oscar/oscar.less
index 4c80dcd79..22f7558ad 100644
--- a/searx/static/oscar/less/oscar/oscar.less
+++ b/searx/static/oscar/less/oscar/oscar.less
@@ -4,6 +4,8 @@
@import "results.less";
+@import "infobox.less";
+
@import "search.less";
@import "cursor.less";