basic booking information for registered people

This commit is contained in:
Jottyfan
2022-10-08 18:17:54 +02:00
parent 0e9088dc1c
commit 21b2887d94
8 changed files with 497 additions and 6 deletions

View File

@ -130,6 +130,11 @@ body {
cursor: not-allowed;
}
.usercard {
width: 480px;
background-color: rgba(255, 255, 255, 0.8) !important;
}
.mytoggle_collapsed {
display: none;
}