summaryrefslogtreecommitdiff
path: root/searx/static/css/style.css
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-22 23:32:52 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-22 23:32:52 +0200
commitfd0a93dd7ce6b701dfb5fe48d3196aee23d19621 (patch)
treed50b6b6d4ed7c4399c4a6c6f5cf96e623cb47d3a /searx/static/css/style.css
parent9bd44596387c8a2fe3bd5c3ec2cf4163c10970ee (diff)
[enh] result rendering templates
Diffstat (limited to 'searx/static/css/style.css')
-rw-r--r--searx/static/css/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index 7c8ba5819..3ba2caa6c 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -64,7 +64,7 @@ input[type="checkbox"] { visibility: hidden; }
a { text-decoration: none; }
-.result { margin-bottom: 16px; }
+.result { margin-bottom: 16px; clear: both; }
.result_title { margin-bottom: 0; }
.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
.result h3 { font-size: 0.9em;}
@@ -76,8 +76,13 @@ a { text-decoration: none; }
.engines { color: #888888; }
+.small_font { font-size: 0.8em; }
+
.small p { margin: 2px 0; }
.right { float: right; }
.invisible { display: none; }
+
+.image_result { float: left; max-width: 250px; margin: 10px; height: 350px; min-width: 250px; }
+.image_result img { max-width: 240px; max-height: 320px; border: 2px solid #000000; }