Tidy up discussion controls using CSS MDL-7861
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user