Add collapsible swimlanes (merge and improve pull-request #565)

This commit is contained in:
Frederic Guillot
2015-02-01 11:05:07 -05:00
parent 9a98013736
commit be4e90e319
8 changed files with 139 additions and 32 deletions

View File

@@ -1411,10 +1411,10 @@ a.filter-on {
}
/* swimlanes */
th.board-swimlane-title {
vertical-align: top;
text-align: right;
}/* task inside the board */
#board th a.board-swimlane-toggle {
font-size: 0.95em;
}
/* task inside the board */
.task-board {
position: relative;
margin-right: 5px;

View File

@@ -62,7 +62,6 @@ a.filter-on {
}
/* swimlanes */
th.board-swimlane-title {
vertical-align: top;
text-align: right;
}
#board th a.board-swimlane-toggle {
font-size: 0.95em;
}