stable (pre shift requests)

This commit is contained in:
Ross
2020-05-28 09:41:41 +01:00
parent a6326bcaf6
commit 469674546d
4 changed files with 158 additions and 62 deletions
+27
View File
@@ -53,6 +53,11 @@ tr:hover {
background-color: lightblue;
}
tr:hover .unavailable{
background-color: lightgray;
}
th.worker {
max-width: 100%;
width: 200px;
@@ -78,4 +83,26 @@ th.worker {
.worker-summary {
position: absolute;
display: none;
}
.site-summary {
display: inline-flex;
}
.site-summary .site {
border: 1px solid black;
padding: 5px;
margin: 20px;
}
.site-name {
font-weight: bold;
}
.worker-summary span {
min-width: 160px;
display: inline-flex;
}
.training-days-lost {
padding-top: 5px;
}