summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tpl/default/design.css22
1 files changed, 14 insertions, 8 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css
index 6404e7713..d16232cd2 100644
--- a/lib/tpl/default/design.css
+++ b/lib/tpl/default/design.css
@@ -623,18 +623,24 @@ div.insitu-footnote {
}
div.search_quickresult{
- margin-bottom: 15px;
- padding-bottom: 5px;
+ margin: 0 0 15px 30px;
+ padding: 0 10px 10px 0;
border-bottom: 1px dashed __dark__;
- margin-left: 30px;
- padding-right: 10px;
+}
+div.search_quickresult h3{
+ margin: 0 0 1.0em 0;
+ padding: 0;
+ font-size: 1em;
+ font-weight: bold;
+}
+
+ul.search_quickhits {
+ margin: 0 0 0.5em 1.0em;
}
-div.search_quickhits {
- margin-left: 1em;
+ul.search_quickhits li {
+ margin: 0 1.0em 0 1.0em;
float:left;
- background: transparent url(images/bullet.gif) 0px 1px no-repeat;
- padding: 1px 0px 1px 8px;
width: 30%;
}