From 3df151627c0fecebc6035378049372a65c801a9d Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 8 Jan 2007 07:16:48 +0000 Subject: [PATCH] More forum tidying up, less tables --- mod/forum/index.php | 8 +++++--- theme/standard/styles_layout.css | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mod/forum/index.php b/mod/forum/index.php index ba59bc6923..df7c92f0e4 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -462,12 +462,14 @@ } if (!isguest()) { - echo '
'; + print_box_start('subscription'); echo ''; echo ''.get_string('allsubscribe', 'forum').''; - echo '
'; + echo '

'; echo ''.get_string('allunsubscribe', 'forum').''; - echo '
'; + echo ''; + print_box_end(); + print_box(' ', 'clearer'); } if ($generalforums) { diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 6af2ee6999..91c03fd518 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2167,7 +2167,7 @@ body#mod-forum-search .introcontent { white-space: nowrap; } -#mod-forum-view .forumcontrol .subscription { +.mod-forum .subscription { float: right; text-align:right; white-space: nowrap; -- 2.39.5