Gehe zu button, Verwaltung Urlaubsberechnung

This commit is contained in:
2026-02-05 13:42:30 +01:00
parent 3c282a0f3c
commit 4bd289a990
5 changed files with 106 additions and 16 deletions

View File

@@ -383,9 +383,11 @@ body {
.week-selector {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
gap: 10px;
}
.week-selector h2 {
@@ -394,6 +396,30 @@ body {
color: #2c3e50;
}
.week-selector-goto {
width: 100%;
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 8px;
}
.week-selector-goto .form-control {
width: 200px;
max-width: 100%;
padding: 8px 12px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
}
.go-to-week-error {
color: #dc3545;
font-size: 13px;
display: none;
}
/* Timesheet Table */
.timesheet-grid {
overflow-x: auto;