diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-08-22 21:35:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-08-22 21:35:25 +0000 |
commit | 4d16c7c65bdd9833b6e6852c49f029ab003f8e2e (patch) | |
tree | 0fe9c2a0bb33b04f211520b95ca719983b14a10e /misc | |
parent | ea86b76c9a6c126e892f8b904a49f35f8e4bff2b (diff) | |
download | brdo-4d16c7c65bdd9833b6e6852c49f029ab003f8e2e.tar.gz brdo-4d16c7c65bdd9833b6e6852c49f029ab003f8e2e.tar.bz2 |
Implemented more suggestions by Keith:
- Made sure the 'Topic' title is only shown above the topics, not the icons.
- Automatically shorten the username when it is too long. I implemented this
as part of format_name() and could therefore nuke some code in the
statistics module. This is change is somewhat experimental and I'm willing
to revert or change this if a number of people aren't too happy with this
behavior.
- Left align the dates and authors: makes it easier/faster to scan.
- Made the little tablesort arrows clickable.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 1a0299520..062510d82 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -128,9 +128,11 @@ th { margin: 0.5em; } #forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager { - text-align: center; white-space: nowrap; } +#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager { + text-align: center; +} .item-list .icon { color: #555; float: right; |