new: make all forms have a cancel/save button on the top also

This commit is contained in:
Valentin Lab
2025-12-13 21:17:07 +01:00
parent f92e175731
commit 7887e2d532
3 changed files with 41 additions and 8 deletions

View File

@@ -112,3 +112,17 @@ body {
.bg-darker {
background-color: rgba(0,0,0,0.05)!important;
}
/* Header action buttons aligned with page title */
.content-header .form-buttons {
margin-left: 12px;
}
.content-header .form-buttons .btn {
height: 32px;
display: inline-flex;
align-items: center;
padding-top: 4px;
padding-bottom: 4px;
line-height: 1.1;
}