diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-06-23 18:02:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-06-23 18:02:56 +0000 |
commit | 3ee119d0f727c2b2fc8a0beeea2aaec29a7010f2 (patch) | |
tree | 1184d59ebc5018b8978d2f25db238e1635e5a5a9 /misc | |
parent | e756213b332727ed5725c081be32bb4af755e001 (diff) | |
download | brdo-3ee119d0f727c2b2fc8a0beeea2aaec29a7010f2.tar.gz brdo-3ee119d0f727c2b2fc8a0beeea2aaec29a7010f2.tar.bz2 |
- Improvement: SQL improvements to the user module. Patch #44 and #45 by
Gerhard.
- Improvement: CSS improvements. Patch #40 by Al.
(TODO: we might be able to simplify admin.css now both drupal.css and
admin.css are included to render administration pages. Tags like "body"
and friends can probably be inherited.)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/admin.css | 3 | ||||
-rw-r--r-- | misc/drupal.css | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/admin.css b/misc/admin.css index 199b85ead..f9061906a 100644 --- a/misc/admin.css +++ b/misc/admin.css @@ -56,9 +56,6 @@ dt { dd { margin-bottom: 0.5em; } -code, pre { - font-size: 12px; -} #menu { position: absolute; left: 0px; diff --git a/misc/drupal.css b/misc/drupal.css index 73ef4e412..be9923a6b 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -15,8 +15,9 @@ th { text-align: left; padding-right: 1em; border-bottom: .book hr { clear: both; border: 0; height: 1px; background-color: #888; color: #888; } .book .title { font-weight: bold; font-size: 1.3em; } .book .last-updated { font-size: 0.8em; margin-top: 0.25em; } -.book .body { margin: 1em 0 3em 0; } +.book .body { margin: 1em 0 1em 0; } .book .links { clear: both; border-top: 1px solid #888; padding-top: 0.5em; } +.book .nav .links { margin-top: 2em; } .book .nav { margin: 1em 0; clear: both; } .book .nav .prev { float: left; width: 45%; padding-bottom: 0.5em; } @@ -33,6 +34,7 @@ th { text-align: left; padding-right: 1em; border-bottom: padding: 1px; margin: 0; font-size: 0.8em; } .container-inline div { display: inline; } +.container-inline div input { margin: 0; } .form-item .description { font-size: 0.85em; } .form-item .title { font-weight: bold; margin-top: 1.1em; margin-bottom: 1px; } @@ -77,3 +79,4 @@ th { text-align: left; padding-right: 1em; border-bottom: tr.dark { background-color: #ddd; } tr.light { background-color: #eee; } pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; white-space: -pre-wrap;} +pre, code { font-size: 11px; } |