Activity icons not centered in tiles format

Issue #144 resolved
Ralf Krause created an issue

We are using smaller activity icons in Moodle. With format_tiles I get icons where the symbols are not centered. Please look at my screenshot. In other course formats like format_topic or format_onetopic I get smaller icons with correctly centered symbols. This problem comes up with format_tiles 4.0.0.8 and 4.0.0.9. I testet it with Moodle 4.0 and Moodle 4.1.

Our CSS setting for the activity icons are as following:

/* Icons for activities should be smaller */
.activityiconcontainer { width: 32px; height: 32px; }
.activitytitle .text-uppercase { display: none; }

Comments (5)

  1. Ralf Krause reporter

    Thanks!

    I downloaded the new plugin version from here because it’s not in the Moodle plugin repository, yet. I got no update dialog. I purged the caches and all icons are centered. Great!

  2. Log in to comment