fine-tuning kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user