Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-23 | Remove trailing slash on void elements | Thomas Lange | 1 | -12/+12 | |
The trailing slash on void elements (self-closing tags) doesn't have any effect, isn't required by HTML5 and it is recommended to not use it. | |||||
2021-07-28 | Add "required" attribute to required form fields | Thomas Lange | 1 | -4/+4 | |
2021-07-22 | Add "autofocus" attribute to HTML form fields | Thomas Lange | 1 | -1/+1 | |
2021-06-26 | Use shorthand ternary operator in admin forms | Thomas Lange | 1 | -1/+1 | |
2021-06-26 | Add and change some Fontello icons for admin theme | Thomas Lange | 1 | -1/+1 | |
2021-06-19 | Remove ID form field (and rearrange other fields) | Thomas Lange | 1 | -17/+10 | |
This commit removes the ID form field, enlarges the title form field and rearranges the other form fields in the grid layout. | |||||
2021-06-13 | Replace the flex layout in favor of a grid layout | Thomas Lange | 1 | -44/+54 | |
This commit replaces the initial CSS flexbox layout for forms of the admin theme with a more elegant approach called "grid layout". :) Some interesting information: https://www.w3schools.com/css/css_grid.asp https://blog.logrocket.com/flexbox-vs-css-grid/ | |||||
2021-06-12 | Place message boxes outside the <form> elements | Thomas Lange | 1 | -11/+11 | |
2019-04-26 | Rename "template" directory to "theme" | Thomas Lange | 1 | -0/+104 | |
This commit renames the "template" directory to "theme" because "theme" is the more correct term here. |