diff --git a/public/report/classes/output/coursestructure.php b/public/report/classes/output/coursestructure.php index 366b69ff93f..b652a5df4d6 100644 --- a/public/report/classes/output/coursestructure.php +++ b/public/report/classes/output/coursestructure.php @@ -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), diff --git a/public/report/outline/templates/activity.mustache b/public/report/outline/templates/activity.mustache index c5059ce268e..c9fd0333d36 100644 --- a/public/report/outline/templates/activity.mustache +++ b/public/report/outline/templates/activity.mustache @@ -45,7 +45,7 @@ -
+
{{{ activityicon }}} {{#link}}{{/link}}{{{ text }}}{{#link}}{{/link}}
diff --git a/public/theme/boost/scss/moodle/reports.scss b/public/theme/boost/scss/moodle/reports.scss index a97d8741738..685369941cf 100644 --- a/public/theme/boost/scss/moodle/reports.scss +++ b/public/theme/boost/scss/moodle/reports.scss @@ -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; } diff --git a/public/theme/boost/style/moodle.css b/public/theme/boost/style/moodle.css index 1604d9afc8f..b783b50f72d 100644 --- a/public/theme/boost/style/moodle.css +++ b/public/theme/boost/style/moodle.css @@ -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; } diff --git a/public/theme/classic/style/moodle.css b/public/theme/classic/style/moodle.css index bb970ff9c85..839b3980143 100644 --- a/public/theme/classic/style/moodle.css +++ b/public/theme/classic/style/moodle.css @@ -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; }