Merge branch 'MDL-86375' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -284,7 +284,7 @@ class coursestructure implements \renderable, \templatable {
|
||||
];
|
||||
|
||||
$activityicon = activity_icon::from_cm_info($cm)
|
||||
->set_icon_size(iconsize::SIZE4);
|
||||
->set_extra_classes('smaller');
|
||||
|
||||
$dataactivity['activitycolumn'] = [
|
||||
'activityicon' => $output->render($activityicon),
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<td class="cell activityname {{!
|
||||
}}{{#indelegated}}delegated{{/indelegated}}{{^indelegated}}ps-5{{/indelegated}}"
|
||||
>
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="d-flex gap-2 align-items-center">
|
||||
{{{ activityicon }}}
|
||||
{{#link}}<a href="{{ link }}">{{/link}}{{{ text }}}{{#link}}</a>{{/link}}
|
||||
</div>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#page-report-outline-index .font-lg {
|
||||
font-size: $font-size-base * 1.1;
|
||||
}
|
||||
#page-report-outline-index .table tbody {
|
||||
#page-report-outline-index #outlinereport tbody {
|
||||
tr {
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
@@ -36952,19 +36952,19 @@ img.userpicture {
|
||||
font-size: 1.03125rem;
|
||||
}
|
||||
|
||||
#page-report-outline-index .table tbody tr {
|
||||
#page-report-outline-index #outlinereport tbody tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
#page-report-outline-index .table tbody tr.section {
|
||||
#page-report-outline-index #outlinereport tbody tr.section {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
#page-report-outline-index .table tbody tr.section h3, #page-report-outline-index .table tbody tr.section .h3 {
|
||||
#page-report-outline-index #outlinereport tbody tr.section h3, #page-report-outline-index #outlinereport tbody tr.section .h3 {
|
||||
font-size: 1.171875rem;
|
||||
}
|
||||
#page-report-outline-index .table tbody tr.section h4, #page-report-outline-index .table tbody tr.section .h4 {
|
||||
#page-report-outline-index #outlinereport tbody tr.section h4, #page-report-outline-index #outlinereport tbody tr.section .h4 {
|
||||
font-size: 1.03125rem;
|
||||
}
|
||||
#page-report-outline-index .table tbody td.delegated {
|
||||
#page-report-outline-index #outlinereport tbody td.delegated {
|
||||
padding-left: 3.5rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -36952,19 +36952,19 @@ img.userpicture {
|
||||
font-size: 1.03125rem;
|
||||
}
|
||||
|
||||
#page-report-outline-index .table tbody tr {
|
||||
#page-report-outline-index #outlinereport tbody tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
#page-report-outline-index .table tbody tr.section {
|
||||
#page-report-outline-index #outlinereport tbody tr.section {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
#page-report-outline-index .table tbody tr.section h3, #page-report-outline-index .table tbody tr.section .h3 {
|
||||
#page-report-outline-index #outlinereport tbody tr.section h3, #page-report-outline-index #outlinereport tbody tr.section .h3 {
|
||||
font-size: 1.171875rem;
|
||||
}
|
||||
#page-report-outline-index .table tbody tr.section h4, #page-report-outline-index .table tbody tr.section .h4 {
|
||||
#page-report-outline-index #outlinereport tbody tr.section h4, #page-report-outline-index #outlinereport tbody tr.section .h4 {
|
||||
font-size: 1.03125rem;
|
||||
}
|
||||
#page-report-outline-index .table tbody td.delegated {
|
||||
#page-report-outline-index #outlinereport tbody td.delegated {
|
||||
padding-left: 3.5rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user