Add board filter: collapse/expand tasks

This commit is contained in:
Frederic Guillot
2015-02-14 21:03:25 -05:00
parent 2eec0185ab
commit 7c4bdea324
24 changed files with 241 additions and 125 deletions

View File

@@ -817,6 +817,16 @@ div.task-board-recent {
text-decoration: underline;
}
.task-board-collapsed {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
a.task-board-collapsed-title {
font-weight: normal;
}
.task-board-title {
margin-top: 10px;
font-size: 1.1em;

View File

@@ -26,6 +26,16 @@ div.task-board-recent {
text-decoration: underline;
}
.task-board-collapsed {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
a.task-board-collapsed-title {
font-weight: normal;
}
.task-board-title {
margin-top: 10px;
font-size: 1.1em;