bmbrands / moodle-theme_elegance

This is the new official elegance repository
http://basbrands.nl
23 stars 12 forks source link

Expand All' Link Missing from Edit Pages #87

Closed sbourget closed 8 years ago

sbourget commented 9 years ago

The "Expand all" link that used to appear near the top-right of an edit page (for example, course edit) is missing. For some reason, it is only hidden when category icons are enabled "enablecategoryicons"

I've been able to get it to consistantly get the Expand all link to display on the edit pages by altering the lines 10-13 of categories.css from:

.collapsible-actions { display: none !important; }

to

.collapsible-actions { display: none; } /* Set the position on the frontpage */

sbourget commented 8 years ago

This no longer applies since it is fixed in the latest build of elegance.