diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-08-16 05:49:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-08-16 05:49:45 +0000 |
commit | 8a2d5bede9a25af940fc5be248e81911fe056328 (patch) | |
tree | 97b95c0877028acd395cbf1605a148158b917265 /misc | |
parent | db8c3edca566f38609175898dfd0ccba4b7cd07f (diff) | |
download | brdo-8a2d5bede9a25af940fc5be248e81911fe056328.tar.gz brdo-8a2d5bede9a25af940fc5be248e81911fe056328.tar.bz2 |
- Rewrote handling of forum icons and added default icons made by Steven
Wittens.
- Renamed some column titles in the forum module as per Moshe's suggestion.
- Introduced a 'more-link' class to position the 'more' links. Removed
hard-coded markup from the modules.
- Fixed bug in import module: the theme functions called a non-existing
function.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 5 | ||||
-rw-r--r-- | misc/forum-default.gif | bin | 0 -> 899 bytes | |||
-rw-r--r-- | misc/forum-hot-new.gif | bin | 0 -> 943 bytes | |||
-rw-r--r-- | misc/forum-hot.gif | bin | 0 -> 942 bytes | |||
-rw-r--r-- | misc/forum-new.gif | bin | 0 -> 893 bytes |
5 files changed, 4 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 67f4817a7..5989f964e 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -127,7 +127,7 @@ th { font-size: 0.9em; margin: 0.5em; } -#forum td.posts, #forum td.topics, #forum td.last-post, #forum td.posted, #forum td.replies, #forum td.statistics, #forum td.settings, #forum td.pager { +#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.statistics, #forum td.settings, #forum td.pager { text-align: center; white-space: nowrap; } @@ -197,6 +197,9 @@ th { margin: 0 auto; display: table; } +.more-link { + text-align: right; +} .node-form .form-text { display: block; width: 95%; diff --git a/misc/forum-default.gif b/misc/forum-default.gif Binary files differnew file mode 100644 index 000000000..af2b79abd --- /dev/null +++ b/misc/forum-default.gif diff --git a/misc/forum-hot-new.gif b/misc/forum-hot-new.gif Binary files differnew file mode 100644 index 000000000..1be4c2eb4 --- /dev/null +++ b/misc/forum-hot-new.gif diff --git a/misc/forum-hot.gif b/misc/forum-hot.gif Binary files differnew file mode 100644 index 000000000..2de61e58f --- /dev/null +++ b/misc/forum-hot.gif diff --git a/misc/forum-new.gif b/misc/forum-new.gif Binary files differnew file mode 100644 index 000000000..4afbc3752 --- /dev/null +++ b/misc/forum-new.gif |