Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: Overview “List of static pages” #74

Open
stdoma opened this issue Aug 23, 2024 · 0 comments
Open

Improvement: Overview “List of static pages” #74

stdoma opened this issue Aug 23, 2024 · 0 comments

Comments

@stdoma
Copy link

stdoma commented Aug 23, 2024

I used the plugin in different scenarios. - Moodle: 4.4.2 / Plugin: v4.3-r2 (2023102001)
With the “List of static pages” I can perform individual checks.

If you have a lot of documents in the overview, it is sometimes difficult to find your way around.
I have made a few CSS adjustments so that the overview looks a little more like the usual system overviews.

This is probably not suitable for direct integration. Maybe it is an impulse for smaller adjustments.

body#page-admin-local-staticpage-settings_pagelist div[role="main"] ul {list-style-type: none; padding-left: 0;} body#page-admin-local-staticpage-settings_pagelist div[role="main"] ul li {margin: 0px; padding: 10px 20px; border-bottom: 1px solid #dee2e6;} body#page-admin-local-staticpage-settings_pagelist div[role="main"] ul li:nth-child(even) {background-color: #f8f9fa;} body#page-admin-local-staticpage-settings_pagelist div[role="main"] ul li p:last-child {margin-bottom: 0;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant