implemented starting time tracking from task view

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-28 20:25:07 +02:00
parent 242cb15bbd
commit 334797a2ac
3 changed files with 43 additions and 27 deletions

View File

@@ -130,6 +130,10 @@ td, tr{
font-weight: bold;
}
.task .name div{
display: inline;
}
.symbol{
padding: 1px;
}