From: moodler Date: Thu, 4 Jan 2007 15:58:55 +0000 (+0000) Subject: Tidy up discussion controls using CSS MDL-7861 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a1857045dc4260cfd78b7c7d8494c9cdba5edcaa;p=moodle.git Tidy up discussion controls using CSS MDL-7861 --- diff --git a/mod/forum/discuss.php b/mod/forum/discuss.php index 7fd934de99..e844fd172f 100644 --- a/mod/forum/discuss.php +++ b/mod/forum/discuss.php @@ -201,7 +201,7 @@ /// Print the controls across the top - echo '
'; + echo '
'; if ($groupmode == VISIBLEGROUPS or ($groupmode and has_capability('moodle/site:accessallgroups', $modcontext))) { if ($groups = groups_get_groups_names($course->id)) { //TODO: diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 6114fc3fdc..c0c2d73343 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2012,6 +2012,11 @@ body#mod-forum-search .introcontent { margin-left: 5px; } +#mod-forum-discuss .discussioncontrols td { + width: 33%; + text-align:center; +} + #email .unsubscribelink { margin-top:20px; border-width: 0px 1px 0px 0px;