From 8f26cb59b579e43afb9ad1cf58af3f153cfd7b68 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 9 Nov 2022 22:56:19 +0100 Subject: [PATCH] permission changes & minor bug fixes --- .github/FUNDING.yml | 0 .github/issue_template.md | 0 .github/workflows/greetings.yml | 0 .github/workflows/main.yml | 0 .gitignore | 0 ICAL.txt | 0 menu.scss | 0 nav.scss | 4 ++++ package-lock.json | 0 package.json | 0 tests/app/alerts.php | 0 tests/app/data/account.json | 0 tests/app/drag.php | 0 tests/app/forms_data_selection.php | 0 tests/app/globalTemplates.tpl.php | 0 tests/app/helper/additional-functions.tpl.php | 0 tests/app/helper/checkbox.tpl.php | 0 tests/app/helper/drag-drop-inline.tpl.php | 0 tests/app/helper/export-data.tpl.php | 0 tests/app/helper/filter.tpl.php | 0 tests/app/helper/sort.tpl.php | 0 21 files changed, 4 insertions(+) mode change 100644 => 100755 .github/FUNDING.yml mode change 100644 => 100755 .github/issue_template.md mode change 100644 => 100755 .github/workflows/greetings.yml mode change 100644 => 100755 .github/workflows/main.yml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 ICAL.txt mode change 100644 => 100755 menu.scss mode change 100644 => 100755 package-lock.json mode change 100644 => 100755 package.json mode change 100644 => 100755 tests/app/alerts.php mode change 100644 => 100755 tests/app/data/account.json mode change 100644 => 100755 tests/app/drag.php mode change 100644 => 100755 tests/app/forms_data_selection.php mode change 100644 => 100755 tests/app/globalTemplates.tpl.php mode change 100644 => 100755 tests/app/helper/additional-functions.tpl.php mode change 100644 => 100755 tests/app/helper/checkbox.tpl.php mode change 100644 => 100755 tests/app/helper/drag-drop-inline.tpl.php mode change 100644 => 100755 tests/app/helper/export-data.tpl.php mode change 100644 => 100755 tests/app/helper/filter.tpl.php mode change 100644 => 100755 tests/app/helper/sort.tpl.php diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100644 new mode 100755 diff --git a/.github/issue_template.md b/.github/issue_template.md old mode 100644 new mode 100755 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/ICAL.txt b/ICAL.txt old mode 100644 new mode 100755 diff --git a/menu.scss b/menu.scss old mode 100644 new mode 100755 diff --git a/nav.scss b/nav.scss index 79ea646..9203d1d 100755 --- a/nav.scss +++ b/nav.scss @@ -194,6 +194,10 @@ body > nav { } } +#nav-trigger { + display: none; +} + @media only screen and (max-width: 800px) { #nav-trigger:not(:checked) + nav { width: 0%; diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/tests/app/alerts.php b/tests/app/alerts.php old mode 100644 new mode 100755 diff --git a/tests/app/data/account.json b/tests/app/data/account.json old mode 100644 new mode 100755 diff --git a/tests/app/drag.php b/tests/app/drag.php old mode 100644 new mode 100755 diff --git a/tests/app/forms_data_selection.php b/tests/app/forms_data_selection.php old mode 100644 new mode 100755 diff --git a/tests/app/globalTemplates.tpl.php b/tests/app/globalTemplates.tpl.php old mode 100644 new mode 100755 diff --git a/tests/app/helper/additional-functions.tpl.php b/tests/app/helper/additional-functions.tpl.php old mode 100644 new mode 100755 diff --git a/tests/app/helper/checkbox.tpl.php b/tests/app/helper/checkbox.tpl.php old mode 100644 new mode 100755 diff --git a/tests/app/helper/drag-drop-inline.tpl.php b/tests/app/helper/drag-drop-inline.tpl.php old mode 100644 new mode 100755 diff --git a/tests/app/helper/export-data.tpl.php b/tests/app/helper/export-data.tpl.php old mode 100644 new mode 100755 diff --git a/tests/app/helper/filter.tpl.php b/tests/app/helper/filter.tpl.php old mode 100644 new mode 100755 diff --git a/tests/app/helper/sort.tpl.php b/tests/app/helper/sort.tpl.php old mode 100644 new mode 100755