From f30c577fdb597947c7cc6cbb7ed88876c9b55228 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Thu, 19 Apr 2012 11:11:14 +0200 Subject: [PATCH] add hint to speed up search results --- htroot/ConfigPortal.html | 1 + htroot/env/base.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/htroot/ConfigPortal.html b/htroot/ConfigPortal.html index eaba9f345..208f7a0fb 100644 --- a/htroot/ConfigPortal.html +++ b/htroot/ConfigPortal.html @@ -59,6 +59,7 @@
Snippet Fetch Strategy & Link Verification
+ ideaSpeed up search results with this option! (use CACHEONLY or FALSE to switch off verification)
NOCACHE: no use of web cache, load all snippets online
IFFRESH: use the cache if the cache exists and is fresh otherwise load online
IFEXIST: use the cache if the cache exist or load online
diff --git a/htroot/env/base.css b/htroot/env/base.css index 8666aaf10..13dd779c9 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -625,9 +625,11 @@ form dt, dl.pairs dt { dt.hintIcon { float:left; + clear:both; } dd.hint { + padding-top: 10px; padding-bottom: 10px; }