Files
webgui/emhttp/plugins/dynamix/sheets/PHPsettings.css
Zack Spear 4931d00990 fix: enhance layout consistency in PHPsettings.page and PHPsettings.css
- Updated PHPsettings.page to wrap buttons in a div for improved layout and added a new section for log management.
- Modified PHPsettings.css to define a new class for the PHP settings description, ensuring better alignment and responsiveness.
- This change continues the effort to enhance visual structure across the plugin.
2025-05-20 17:25:12 -07:00

14 lines
165 B
CSS

div#templateWindow,
div#dialogWindow {
display: none;
}
span.dim {
opacity: 0.2;
}
.php-settings-description {
max-width: 100ch;
margin: 0 auto;
}