Gradebook Font Size (2.5.3)

Re: Gradebook Font Size (2.5.3)

by Ilya Zhuykov -
Number of replies: 5

Hello, Scott.

We also increased font-size in graders (LAE Grader and standart) in our site. If you don't have access to editing files in your server, you can change it using the custom CSS box in theme's settings.

For example, you can use code below for LAE Grader, standart grader and user report:

.laegradestable {
font-size: 120%;
}
table#user-grades {
font-size: 120%;
}
.user-grade{
font-size: 120%;
}
In reply to Ilya Zhuykov

Re: Gradebook Font Size (2.5.3)

by Scott Summers -

Many thanks Ilya,

I managed to figure out the top two but for the life of me could not find the correct name for the bottom one. I'll stick that into the custom CSS box now.

Scott

In reply to Scott Summers

Re: Gradebook Font Size (2.5.3)

by Scott Summers -

Hmm, the table#user one does not do anything. Not to worry, the LAE gradebook is the one we are using anyway.

In reply to Scott Summers

Re: Gradebook Font Size (2.5.3)

by Ilya Zhuykov -

Hmm-hmm...

1. Maybe you need to purge cashes in moodle and browser.
2. Does this code work in another browsers (Chrome, Firefox)?

In reply to Scott Summers

Re: Gradebook Font Size (2.5.3)

by Bob Puffer -

Hi Scott,

Off the top of my head without looking I think the table is #laeuser_grade. Surprised you're getting the LAE Grader to work with IE. We pretty much abandoned trying to support IE and don't use it at our schools.

In reply to Bob Puffer

Re: Gradebook Font Size (2.5.3)

by Scott Summers -

LAE works with IE with us. There are intermittent issues when things don't line up perfectly but an F5 page refresh gets rid of these.