Still a lot to do here, such as better error handling and handling multiple teams matching the name typed in, but it's a start.
12 lines
172 B
CSS
12 lines
172 B
CSS
.MMM-ShiftStats td {
|
|
padding: 2px 5px 2px 5px;
|
|
}
|
|
|
|
.MMM-ShiftStats td.center, th.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.MMM-ShiftStats td.left {
|
|
text-align: left;
|
|
}
|