Attendance Icon in GradeBook

Attendance Icon in GradeBook

by Lawrence Low -
Number of replies: 2

I used attendance plugin in Moodle 3.8 without any issue but the size of plugin icon (see the attached files) becomes extremely large in gradebook after we upgrade to Moodle4.1. @Dan Marsden suggested that it is theme related. We have this issue with "Enlightlite" theme but not Classic or Boost theme.  

I wonder if anyone else experience this issue? If we would like to continue using the "Enlightlite" theme, is there any setting we can configure to change the icon size? 


Attachment GradebookSetup.jpg
Attachment GraderReport.jpg
Average of ratings: -
In reply to Lawrence Low

Re: Attendance Icon in GradeBook

by Paul Raper -
I had a similar issue with the Snap theme. Unfortunately the only way we found round it was to wait, or request, the theme code be updated. I hope that helps to some extent.
In reply to Paul Raper

Re: Attendance Icon in GradeBook

by Lawrence Low -
One of the users share his work around by creating a custom CSS in the theme setting to lower the display size. We use this in the custom css and it seems to work for us.

table tr a img.icon{
width: 2em !important;
height: 2em !important;
}