jrangelardila / moodle-format_buttons

Buttons is a Moodle course format that creates a menu with buttons in javascript to access the sections, one by one.
https://moodle.org/plugins/format_buttons
GNU General Public License v3.0
11 stars 20 forks source link

Section zero visibility #30

Closed mist-webit closed 5 years ago

mist-webit commented 5 years ago

I don't know if section zero is not visible by design. If not, styles.css line 60 could be:

.course-content ul.buttons li.section.main:not(#section-0){

Which should leave section zero visible. NOT tested though, just a quick solution.

brandaorodrigo commented 5 years ago

You are right! Fixed!