mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 13:21:01 +00:00
Code requirements for vacation
Code requirements for vacation Vacation function is fully functional
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user