- Small refactor to the rendering part for input fileds: each field now has its own Thymeleaf

fragment in order to allow easier customization and easier support for different field types (required for #7)
- WIP Handle unsupported types gracefully (#9)
This commit is contained in:
Francesco
2023-10-05 09:38:17 +02:00
parent bebc562961
commit 4177bdcd43
9 changed files with 124 additions and 32 deletions

View File

@@ -59,6 +59,14 @@ tr.table-data-row td:last-child, tr.table-data-row th:last-child {
width: 96px;
}
.warning-col {
width: 32px;
}
.warning-col a .bi {
color: red !important;
}
h1 .bi {
font-size: 2rem;
}