stable (pre shift requests)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user