Code requirements for vacation

Code requirements for vacation

Vacation function is fully functional
This commit is contained in:
Catalin Novgorodschi
2026-04-27 13:26:39 +03:00
parent ed25eb68ec
commit e998dde06b
8 changed files with 484 additions and 129 deletions
+65
View File
@@ -9235,3 +9235,68 @@ input.accept{width:12px;height:12px;background-image:url(../../img/a/acc.gif);}
width: auto;
min-width: 500px;
}
.vacationBox{
background:#f5f5f5;
border:1px solid #cfcfcf;
padding:20px;
border-radius:6px;
}
.vacationBox h2{
margin-top:0;
color:#333;
}
.vacationDesc{
background:#fff;
border:1px solid #ddd;
padding:12px;
margin-bottom:20px;
font-size:13px;
}
.vacationGrid{
display:flex;
gap:30px;
margin-bottom:20px;
}
.vacationColumn{
flex:1;
}
.vacationColumn h3{
margin-bottom:8px;
color:#444;
}
.vacList{
padding-left:18px;
}
.vacList li{
margin-bottom:5px;
}
.vacationActivate{
background:#fff;
border:1px solid #ddd;
padding:12px;
margin-top:10px;
}
.vacationActivate input[type=number]{
width:60px;
margin-left:10px;
}
.vacationButton{
text-align:center;
margin-top:15px;
}
.error{
color:red;
margin-top:10px;
}