Joseph Rézeau tarafından yapılan gönderiler

Moodle in English -> Themes -> Gradebook Font -> Re: Gradebook Font

yazan Joseph Rézeau -
Core developers 'ın resmi Plugin developers 'ın resmi Testers 'ın resmi Translators 'ın resmi

Well, the orange_white theme was created for moodle 1.5 and I'm afraid it has not been optimized for moodle 1.8.

Anyway, I confirm that the font used on the grades page is indeed excessively large. You could add the following CSS rules at the end of one of your orange_white CSS files:

#grade-index .grades th, #grade-index .grades td {font-size:0.8em;}
#grade-index .grades tr th a font {font-size:0.8em;}

You can try variations on each rule's font-size parameter until you are satisfied.

Joseph

PS.- Done in about 5 mins using the excellent WebDeveloper FireFox plugin.

Core developers 'ın resmi Plugin developers 'ın resmi Testers 'ın resmi Translators 'ın resmi
Nice theme, restful blues... My only problems (being slightly color-blind) is that the brown color of the link hovering is not very legible over the blue background. You might consider some alternative colors (e.g. light blue, etc.).
Joseph
Ek image00.jpg

Moodle in English -> General help -> Gradebook Font -> Re: Gradebook Font

yazan Joseph Rézeau -
Core developers 'ın resmi Plugin developers 'ın resmi Testers 'ın resmi Translators 'ın resmi
Hi Brian,
This can probably be solved through a CSS rule in your site or course theme. Which Moodle version are you using? Which theme? I advise re-posting your question to the Theme forum, giving this info and possibly attaching a screen shot so we can visualize the problem.
Joseph