daily stats in timesheet (#552)

This commit is contained in:
Kevin Papst
2019-02-13 15:36:59 +01:00
committed by GitHub
parent fd60d5bb17
commit 2c6f57c7ce
13 changed files with 95 additions and 41 deletions

View File

@@ -229,6 +229,11 @@ div.dataTables_scrollHead table.table-bordered {
}
table.dataTable {
/* summary row, like the timesheet table provides */
tr.summary td {
font-weight: bold;
border-bottom: 1px solid #ccc;
}
td {
/*
Make sure that the action buttons do not line-break if another column takes all available space