Tidy up discussion controls using CSS MDL-7861

This commit is contained in:
moodler
2007-01-04 15:58:55 +00:00
parent b68da27633
commit a1857045dc
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -201,7 +201,7 @@
/// Print the controls across the top
echo '<table width="100%"><tr><td>';
echo '<table width="100%" class="discussioncontrols"><tr><td>';
if ($groupmode == VISIBLEGROUPS or ($groupmode and has_capability('moodle/site:accessallgroups', $modcontext))) {
if ($groups = groups_get_groups_names($course->id)) { //TODO:
+5
View File
@@ -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;