css improvement

This commit is contained in:
2025-09-02 11:05:40 +02:00
parent 608aa650b7
commit ecb4cb5e64

View File

@@ -306,12 +306,14 @@ li > a > p:nth-child(1){
font-weight: bold; font-weight: bold;
} }
.timetracking { span.timetracking {
background: #734a00; background: #734a00;
border-radius: 5px; border-radius: 5px;
padding: 12px 5px 3px 5px; padding: 3px;
display: inline-block;
} }
.timetracks .year, .timetracks .month{ .timetracks .year, .timetracks .month{
border: 1px solid; border: 1px solid;
} }