Commit Graph

20 Commits

Author SHA1 Message Date
bergware 48be2e553d VM: style update 2025-02-10 18:42:34 +01:00
bergware e6634562e7 style fix 2025-02-10 18:20:10 +01:00
bergware ab61ab389f VM: fixe layout with XML display 2025-02-10 18:14:43 +01:00
bergware a1e0672d44 Revamped VM page styling 2025-02-09 16:55:32 +01:00
SimonFair 8591914a18 Fix Templates CSS 2024-12-19 08:03:39 +00:00
SimonFair 19361f0b4d Initial Commit
Templates Export/Import
Changes for virgl(Virtio3d)
Bios flag.
2024-12-14 10:29:43 +00:00
Zack Spear 6156a2582f fix: UpdateVM.css temlpate img chooser 2024-07-15 13:43:22 -07:00
Zack Spear 5a42314c60 fix: AddVM & UpdateVM icon selection styles 2024-07-12 14:55:00 -07:00
bergware c4b6b0cfab VMs: fix regression error in table height 2024-01-03 13:15:02 +01:00
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