This commit is contained in:
2025-08-27 13:57:10 +02:00
parent f1d0d69455
commit 55340bc929
4 changed files with 51 additions and 0 deletions

View File

@@ -641,3 +641,13 @@ li.task button.symbol:nth-child(1){
position: absolute;
right: 210px;
}
.timetracking {
position: fixed;
top: 5px;
right: 10px;
padding: 3px;
background: rgba(255,255,255,0.49);
border: 1px solid white;
border-radius: 5px;
}

View File

@@ -291,3 +291,21 @@ legend{
vertical-align: top;
}
nav > form{
display:inline;
}
li > a > p:nth-child(1){
display: inline;
}
.timetracks .duration{
font-weight: bold;
}
.timetracking {
background: #800000;
border-radius: 5px;
padding: 12px 5px 3px 5px;
color: yellow;
}

View File

@@ -294,4 +294,10 @@ li > a > p:nth-child(1){
.timetracks .duration{
font-weight: bold;
}
.timetracking {
background: #734a00;
border-radius: 5px;
padding: 12px 5px 3px 5px;
}

View File

@@ -284,3 +284,20 @@ legend{
vertical-align: top;
}
nav > form{
display:inline;
}
li > a > p:nth-child(1){
display: inline;
}
.timetracks .duration{
font-weight: bold;
}
.timetracking {
border: 1px solid blue;
border-radius: 5px;
padding: 12px 5px 3px 5px;
}