Squashed column in Attendance

Squashed column in Attendance

by Derek Chirnside -
Number of replies: 3

See how squashed the date column is. 

Happens on clean theme, although we usually use Decaf.

Any thoughts??

-Derek

Attachment 9 Date Attendance.png
Average of ratings: -
In reply to Derek Chirnside

Re: Squashed column in Attendance

by Dan Marsden -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators
not sure sorry - probably needs some css to tidy it up - hopefully someone might post a fix that I can integrate in the code.
In reply to Derek Chirnside

Re: Squashed column in Attendance

by Joseph Baxter -

What version of Moodle are you running?

What version of the plugin are you running?


There is no squashing in the clean theme for me in Moodle 2.7.3, mod_attendance version 2014112001.


In reply to Derek Chirnside

Re: Squashed column in Attendance

by Beta G -

You need to open mod/attendance/renderer.php and in line 225 here you will see something like

$table->size = array('1px', '', '1px', '1px', '*', '1px', '1px');

So adjust this parameter 1px with bold by putting 110px on it and you will be fine without the need of modifying CSS ( but in future updates this customization in the files will be cleared )