first steps for a project management module

This commit is contained in:
Jörg Henke
2026-01-14 18:29:19 +01:00
parent 71f22ca16e
commit cb8de9b119
15 changed files with 461 additions and 13 deletions

View File

@@ -242,15 +242,20 @@ body {
.version {
font-size: small;
color: black;
color: gray;
position: absolute;
padding-top: 36px;
padding-left: 22px;
z-index: 0;
}
[data-bs-theme="dark"] .version {
color: white;
.dbversion {
font-size: small;
color: gray;
position: absolute;
top: 2px;
padding-left: 22px;
z-index: 0;
}
.fc-content {
@@ -494,3 +499,8 @@ body {
.boldy {
font-weight: bolder;
}
.dashboardcard {
width: 312px !important;
margin: 24px !important;
}