implemented deletion of times

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-08-28 23:19:59 +02:00
parent b8428a2352
commit 9fa89fbb3b
7 changed files with 81 additions and 4 deletions

View File

@@ -320,4 +320,8 @@ li > a > p:nth-child(1){
.timetracks ul{
margin: 0
}
.time.record button.delete{
float: right;
}