moodle-an-hochschulen / moodle-theme_boost_union

Theme Boost Union is an enhanced child theme of Boost which is intended, on the one hand, to make Boost simply more configurable and, on the other hand, to provide helpful additional features for the daily Moodle operation of admins, teachers and students.
GNU General Public License v3.0
55 stars 49 forks source link

Add coursebox borders in category overview #573

Open snack753 opened 4 months ago

snack753 commented 4 months ago

Is your feature request related to a problem? Please describe. The courses in the category overview get listed without separators. This does not look very nice and makes it hard to distinguish the individual entries from each other.

This is how it looks like for me without the little CSS addon: image

It would be much nicer if the individual courses were separated

This little CSS addon shows every coursebox a bit separated from each other, making it easier to distinguish the courses from each other:

.coursebox { border: #eeeeee !important; border-style: solid !important; border-radius: 10px; margin-bottom: 10px; }

The code was tested in the RAW SCSS area of my moodle installation and makes a bit improvement for my site. The color code shall ideally be taken from the predefined colors.

This is how it looks like for me with the little CSS addon: image