diff --git a/homepage/participo/css/participo.css b/homepage/participo/css/participo.css index 897e3a9..6fc9c57 100644 --- a/homepage/participo/css/participo.css +++ b/homepage/participo/css/participo.css @@ -46,3 +46,7 @@ h3 { h6 { font-size: 1.1rem; } + +ul.sidenav li { + list-style-type: none; +} diff --git a/homepage/participo/events.js b/homepage/participo/events.js index e5893f0..5999bc8 100644 --- a/homepage/participo/events.js +++ b/homepage/participo/events.js @@ -19,6 +19,7 @@ function initSelects() { var selectElements = document.querySelectorAll('select'); // var selectInstances = M.FormSelect.init(selectElements, {}); + console.log('initSelect'); } // Init SideNav menu @@ -33,7 +34,8 @@ function initModals() { var modalElements = document.querySelectorAll('.modal'); // var modalInstances = M.Modal.init(modalElements, { - 'onOpenEnd': initSelects + // @todo Temporary disabled. Normally the selects need to be init after the modal shows. MaterializeCss 2 seems to change this. + // 'onOpenEnd': initSelects }); }; diff --git a/homepage/participo/events.php b/homepage/participo/events.php index 816959f..5a40f56 100644 --- a/homepage/participo/events.php +++ b/homepage/participo/events.php @@ -3,44 +3,47 @@ require_once 'events.inc.php'; ?> -
- - - - + + + - - + + -