Attendance Icon in GradeBook

Attendance Icon in GradeBook

per Lawrence Low -
Nombre de respostes: 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? 


Fitxer adjunt GradebookSetup.jpg
Fitxer adjunt GraderReport.jpg
Mitjana de qualificacions: -
En resposta a Lawrence Low

Re: Attendance Icon in GradeBook

per 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.
En resposta a Paul Raper

Re: Attendance Icon in GradeBook

per 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;
}