Commit Graph

19 Commits

Author SHA1 Message Date
bergware 643370cfe0 Styling update 2023-12-11 13:29:56 +01:00
bergware e6518f69e9 SysDrivers: improved styling 2023-10-27 14:46:22 +02:00
bergware ecdce37046 SysDrivers: improved styling 2023-10-27 14:17:10 +02:00
bergware 25033cfacc SysDrivers: improved styling 2023-10-27 14:14:49 +02:00
bergware 03132c0dd5 SysDrivers: improved styling 2023-10-27 14:11:54 +02:00
bergware a29d3220f0 SysDrivers: improved styling 2023-10-27 14:09:02 +02:00
bergware 28567ed365 SysDrivers: improved styling 2023-10-27 13:54:29 +02:00
bergware 5c627a44cd SysDrivers: improved styling 2023-10-27 13:51:15 +02:00
bergware 4bbccde8f7 SysDrivers: improved styling 2023-10-27 13:49:16 +02:00
bergware b04c2e38a3 SysDrivers: improved styling 2023-10-27 13:28:43 +02:00
bergware 38f52e637f SysDrivers: improved styling 2023-10-27 13:25:18 +02:00
bergware 094ffccbdc SysDrivers: improved styling 2023-10-27 10:31:35 +02:00
bergware d006f3da4d SysDrivers: improved styling 2023-10-27 10:29:28 +02:00
bergware dc760f17c7 Update SysDrivers.css 2023-10-26 21:34:09 +02:00
bergware 7805f1fbe6 Update SysDrivers.css 2023-10-26 21:32:03 +02:00
bergware 0cac30a0e1 Update SysDrivers.css 2023-10-26 21:31:26 +02:00
bergware b5e8481848 SysDrivers: adjusted column widths 2023-10-26 21:27:45 +02:00
bergware f92ec16f8e SysDrivers: fix regression errors 2023-10-26 20:08:55 +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