Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle icons: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 4: Line 4:
* Activity icons: grown from 16x16 to 24x24
* Activity icons: grown from 16x16 to 24x24
* Block icons: standardized from various sizes to 16x16 monochrome
* Block icons: standardized from various sizes to 16x16 monochrome
* Action icons: grown from 12x12 to 16x16 monochrome
* Action icons: standardized from various sizes to 12x12 monochrome


To make your activity modules look as good as the core icons in 2.4 and later you should upgrade your icons by adding some SVG files.
To make your activity modules look as good as the core icons in 2.4 and later you should upgrade your icons by adding some SVG files.

Revision as of 05:15, 19 November 2012

Changes have been made to the icons in Moodle 2.4:

  • Icon format: SVG preferred and PNG version for fallback.
  • Activity icons: grown from 16x16 to 24x24
  • Block icons: standardized from various sizes to 16x16 monochrome
  • Action icons: standardized from various sizes to 12x12 monochrome

To make your activity modules look as good as the core icons in 2.4 and later you should upgrade your icons by adding some SVG files.

Resources