summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-01-12 22:35:57 +0000
committerDries Buytaert <dries@buytaert.net>2004-01-12 22:35:57 +0000
commit81e14382c4826f973f7a895905b0f0e665d05b31 (patch)
treeda485887c820684e00ff9d2603ae081d5097de55 /misc
parenta8b8c247db070d96a663ab8bb57a40ead173300a (diff)
downloadbrdo-81e14382c4826f973f7a895905b0f0e665d05b31.tar.gz
brdo-81e14382c4826f973f7a895905b0f0e665d05b31.tar.bz2
- Bugfix: fixed incorrect placement of book module navigation.
- Made some of the menu styles reusable by other lists.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css47
1 files changed, 26 insertions, 21 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index ab1cbcbb5..20f6c81fd 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -16,6 +16,21 @@ fieldset {
img {
border: 0;
}
+li.expanded {
+ list-style-type: circle;
+ list-style-image: url(menu-expanded.gif);
+}
+li.collapsed {
+ list-style-type: disc;
+ list-style-image: url(menu-collapsed.gif);
+}
+li.leaf {
+ list-style-type: square;
+ list-style-image: url(menu-leaf.gif);
+}
+li a.active {
+ color: #000;
+}
#tracker table {
border-collapse: collapse;
}
@@ -44,7 +59,7 @@ img {
padding-bottom: .5em
}
.book {
- margin-bottom: 2em;
+ margin: 1em 0 1em 0;
}
.book .title {
font-weight: bold;
@@ -52,7 +67,9 @@ img {
margin-bottom:1em;
}
.book .tree {
- margin-bottom: 2em;
+ padding-top:1em;
+ border-top: 1px solid #888;
+ padding-bottom: 1em;
}
.book .name {
padding-top:1em;
@@ -73,7 +90,9 @@ img {
clear: both;
}
.book .nav .prev {
- float: left; width: 45%;
+ float: left;
+ text-align: left;
+ width: 45%;
padding-bottom: 0.5em;
}
.book .nav .next {
@@ -85,6 +104,10 @@ img {
.book .nav .up {
text-align: center;
}
+.block-book ul {
+ margin: 0;
+ padding: 0 0 0.25em 1em;
+}
.calendar .row-week td a {
display: block;
}
@@ -287,24 +310,6 @@ pre, code {
width: 100%;
text-decoration: none;
}
-.menu li a.active {
- color: #000;
-}
-.menu li a:hover {
- color: #009;
-}
-.menu li.expanded {
- list-style-type: circle;
- list-style-image: url(menu-expanded.gif);
-}
-.menu li.collapsed {
- list-style-type: disc;
- list-style-image: url(menu-collapsed.gif);
-}
-.menu li.leaf {
- list-style-type: square;
- list-style-image: url(menu-leaf.gif);
-}
td.watchdog-user {
background: #fea;
border: 1px solid #dc8;