Commit Graph

11 Commits

Author SHA1 Message Date
bergware cf580c9522 Styling: change indentation based on screen width 2023-11-30 18:38:30 +01:00
bergware d0019abfc6 Show settings right aligned 2023-11-24 15:11:46 +01:00
bergware 00fa203f48 Show settings right aligned 2023-11-24 15:09:40 +01:00
bergware 8adacee0a0 VM; change circle-o to dot-circle-o 2023-11-18 17:28:53 +01:00
bergware 222e3a68ee VM machines: insert space between text and icon 2023-11-18 17:24:37 +01:00
SimonFair baa1fa5327 Fix table spacing 2023-11-06 21:49:24 +00:00
bergware ceeb125ba9 Use "null coalescing assignment" operator for $docroot 2023-10-26 14:00:15 +02:00
bergware 39faad3430 VM manager: display and dialog fixes 2023-10-25 22:53:00 +02:00
bergware 6734542fac VM manager: display and dialog fixes 2023-10-25 22:48:39 +02:00
SimonFair 2d21f674ff Show all graphics cards
Add IP addresses to title on name.
2023-10-18 23:02:50 +01: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