Commit Graph

12 Commits

Author SHA1 Message Date
Zack Spear
3f89883de9 fix: enhance layout consistency in Docker settings
- Introduced a new flex utility class `.buttons-no-margin` in default-base.css to manage button spacing effectively.
- Updated CreateDocker.php to wrap checkbox inputs in flex containers for improved alignment and spacing.
- Adjusted AddContainer.css to refine the max-width of span elements and commented out unused styles for better maintainability.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-23 14:23:25 -07:00
Zack Spear
892e8b09b3 fix: enhance layout consistency in DockerSettings.page and DockerSettings.css
- Refactored DockerSettings.page to improve the structure and readability of checkbox and input elements using flexbox for better alignment.
- Updated DockerSettings.css to comment out unused styles for select and span elements, streamlining the CSS for improved maintainability.
- This change continues the effort to enhance visual consistency across the plugin.
2025-05-23 12:46:31 -07:00
Zack Spear
9289df5e68 fix: comment out .fileTree styles across multiple CSS files to streamline layout and prevent conflicts 2025-04-03 15:53:13 -07:00
Zack Spear
925c13ac70 refactor: docker.manager UpdateContainer css vars 2024-07-08 11:53:13 -07:00
Zack Spear
b45fa8cf62 refactor: docker.manager DockerSettings css vars 2024-07-08 11:53:13 -07:00
Zack Spear
8d7739a4d4 refactor: docker.manager DockerSettings css vars 2024-07-08 11:53:12 -07:00
Zack Spear
902f8b4349 refactor: docker.manager AddContainer css vars 2024-07-08 11:53:12 -07:00
Zack Spear
93af45e4d6 refactor: docker.manager css format 2024-07-08 11:53:12 -07:00
bergware
b09e015234 Docker: improved configuration styling
- added icon to variable type
2023-11-24 14:53:53 +01:00
bergware
5a5b7f127b Docker: minor style update 2023-10-15 15:24:12 +02:00
bergware
3e1801faa0 Docker: minor style update 2023-10-15 15:18:09 +02:00
bergware
202cb8c222 Move inline styling in page files to dedicated css files
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:

- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding

- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00