summaryrefslogtreecommitdiff
path: root/lib/tpl/default
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-04-09 19:06:15 +0100
committerAnika Henke <anika@selfthinker.org>2012-04-09 19:06:15 +0100
commit91b05b6bf9cb9fd3aeced777159422f4e8114a9c (patch)
tree1e5b8f838513352694486d381fda2c40e6cfad5f /lib/tpl/default
parentd5acc30de20298eb6ed7545e70484599c4d95867 (diff)
downloadrpg-91b05b6bf9cb9fd3aeced777159422f4e8114a9c.tar.gz
rpg-91b05b6bf9cb9fd3aeced777159422f4e8114a9c.tar.bz2
improved HTML for search results
Attention: Template authors need to adjust their CSS! Original structure: div.search_result > a.wikilink1 > span.search_cnt br div.search_snippet New structure: dl.search_results > dt > a.wikilink1 dd
Diffstat (limited to 'lib/tpl/default')
-rw-r--r--lib/tpl/default/design.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css
index 48438527e..300b62a15 100644
--- a/lib/tpl/default/design.css
+++ b/lib/tpl/default/design.css
@@ -706,12 +706,20 @@ div.insitu-footnote {
}
/* --------------- search result formating --------------- */
-div.dokuwiki .search_result {
- margin-bottom: 6px;
+#dw__loading {
+ text-align: center;
+ margin-bottom: 1em;
+}
+
+div.dokuwiki .search_results {
padding: 0 10px 0 30px;
}
-div.dokuwiki .search_snippet {
+div.dokuwiki .search_results dt {
+ margin-bottom: 3px;
+}
+div.dokuwiki .search_results dd {
+ margin-bottom: 6px;
color: __text_other__;
font-size: 12px;
margin-left: 20px;