Files
mmm-shiftstats/shiftstats.css
Chris Pickett bafd1aa932 Initial commit
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.
2018-04-28 17:03:38 -05:00

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;
}