fine-tuning kanban

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-27 13:49:43 +02:00
parent 8b7ad60a38
commit be594b3d8f
3 changed files with 64 additions and 50 deletions

View File

@@ -146,22 +146,38 @@ textarea{
.kanban .box,
.kanban .head,
.kanban .user{
border-radius: 5px;
margin: 2px;
min-height: 50px;
color: black;
padding: 2px;
}
border-radius: 5px;
margin: 2px;
min-height: 50px;
color: black;
padding: 2px;
}
.kanban .box{
background: orange;
}
background: orange;
position: relative;
}
.kanban .head,
.kanban .user{
background: black;
border: 1px solid orange;
color: orange;
text-align: center;
}
background: black;
border: 1px solid orange;
color: orange;
text-align: center;
}
.kanban .highlight{
background: #4b3000;
}
background: #4b3000;
}
.kanban .estimate{
border: 0 none;
position: absolute;
top: 0;
right: 0;
font-weight: bold;
font-size: 0.6em;
}
.kanban .due_date{
position: absolute;
font-weight: bold;
font-size: 0.6em;
bottom: 0;
right: 0;
}