Template enhancements

* adds configurable label-input ratio setting for forms and specializes for RemoveModalForm
* enhances form body html structure for better UX and usage of label-input ratio
This commit is contained in:
2022-12-08 09:48:01 +01:00
parent e85065d43b
commit 0f6867605e
4 changed files with 31 additions and 5 deletions

View File

@@ -60,6 +60,10 @@ a {
color: var(--rlp-red);
}
label {
width: 100%;
}
.form-control:focus{
outline: none;
border-color: var(--rlp-red);