This commit is contained in:
Mihail Geshoski
2025-09-08 09:32:07 +08:00
5 changed files with 13 additions and 13 deletions
@@ -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>
+1 -1
View File
@@ -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;
}
+5 -5
View File
@@ -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;
}
+5 -5
View File
@@ -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;
}