mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
permission changes & minor bug fixes
This commit is contained in:
parent
bea278a24e
commit
8f26cb59b5
0
.github/FUNDING.yml
vendored
Normal file → Executable file
0
.github/FUNDING.yml
vendored
Normal file → Executable file
0
.github/issue_template.md
vendored
Normal file → Executable file
0
.github/issue_template.md
vendored
Normal file → Executable file
0
.github/workflows/greetings.yml
vendored
Normal file → Executable file
0
.github/workflows/greetings.yml
vendored
Normal file → Executable file
0
.github/workflows/main.yml
vendored
Normal file → Executable file
0
.github/workflows/main.yml
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
4
nav.scss
4
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%;
|
||||
|
|
|
|||
0
package-lock.json
generated
Normal file → Executable file
0
package-lock.json
generated
Normal file → Executable file
0
package.json
Normal file → Executable file
0
package.json
Normal file → Executable file
0
tests/app/alerts.php
Normal file → Executable file
0
tests/app/alerts.php
Normal file → Executable file
0
tests/app/data/account.json
Normal file → Executable file
0
tests/app/data/account.json
Normal file → Executable file
0
tests/app/drag.php
Normal file → Executable file
0
tests/app/drag.php
Normal file → Executable file
0
tests/app/forms_data_selection.php
Normal file → Executable file
0
tests/app/forms_data_selection.php
Normal file → Executable file
0
tests/app/globalTemplates.tpl.php
Normal file → Executable file
0
tests/app/globalTemplates.tpl.php
Normal file → Executable file
0
tests/app/helper/additional-functions.tpl.php
Normal file → Executable file
0
tests/app/helper/additional-functions.tpl.php
Normal file → Executable file
0
tests/app/helper/checkbox.tpl.php
Normal file → Executable file
0
tests/app/helper/checkbox.tpl.php
Normal file → Executable file
0
tests/app/helper/drag-drop-inline.tpl.php
Normal file → Executable file
0
tests/app/helper/drag-drop-inline.tpl.php
Normal file → Executable file
0
tests/app/helper/export-data.tpl.php
Normal file → Executable file
0
tests/app/helper/export-data.tpl.php
Normal file → Executable file
0
tests/app/helper/filter.tpl.php
Normal file → Executable file
0
tests/app/helper/filter.tpl.php
Normal file → Executable file
0
tests/app/helper/sort.tpl.php
Normal file → Executable file
0
tests/app/helper/sort.tpl.php
Normal file → Executable file
Loading…
Reference in New Issue
Block a user