summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-27 18:57:13 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-27 18:57:13 +0000
commit30d59fd52ce5d8274480ba9fdeb08bef2cfbcc1b (patch)
tree24691ccfb270bb5019b001fe5c0f39e64e915e45 /misc
parent9b47a147f352d7706bf4bf22f81814f40773b99a (diff)
downloadbrdo-30d59fd52ce5d8274480ba9fdeb08bef2cfbcc1b.tar.gz
brdo-30d59fd52ce5d8274480ba9fdeb08bef2cfbcc1b.tar.bz2
- Patch #46400 by m3avrck: clean up book navigation markup + UI improvements. (Hint: the forum module has previous and next links too.)
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css45
1 files changed, 10 insertions, 35 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index d235803e3..c76dce948 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -228,49 +228,24 @@ tr.odd .form-item, tr.even .form-item {
margin-bottom: 1em;
margin-top: 0;
}
-.book {
- margin: 1em 0 1em 0;
-}
-.book .title {
- font-weight: bold;
- font-size: 1.3em;
- margin-bottom: 1em;
-}
-.book .tree {
- padding-top: 1em;
+.book-navigation .menu {
border-top: 1px solid #888;
- padding-bottom: 1em;
-}
-.book .name {
- padding-top: 1em;
- font-weight: bold;
- font-size: 1em;
+ padding: 1em 0 0 3em;
}
-.book .nav {
+.book-navigation .page-links {
border-top: 1px solid #888;
border-bottom: 1px solid #888;
- padding-bottom: 3em;
- padding-top: 1em;
- clear: both;
+ text-align: center;
+ padding: 0.5em;
}
-.book .nav .links {
- clear: both;
+.book-navigation .page-previous {
+ text-align: right;
}
-.book .nav .titles {
- clear: both;
+.book-navigation .page-up {
+ margin: 0 4em;
}
-.book .nav .prev {
- float: left;
+.book-navigation .page-next {
text-align: left;
- width: 45%;
-}
-.book .nav .next {
- float: right;
- text-align: right;
- width: 45%;
-}
-.book .nav .up {
- text-align: center;
}
.calendar .row-week td a {
display: block;