Attendance Icon in GradeBook

Attendance Icon in GradeBook

Bởi Lawrence Low -
Số lượng các câu trả lời: 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? 


File đính kém GradebookSetup.jpg
File đính kém GraderReport.jpg
Trung bình điểm đánh giá: -
Để phản hồi tới Lawrence Low

Re: Attendance Icon in GradeBook

Bởi 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.
Để phản hồi tới Paul Raper

Re: Attendance Icon in GradeBook

Bởi 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;
}