Repeat column headers for each swimlane

This commit is contained in:
Frederic Guillot
2015-10-06 21:51:10 -04:00
parent 28a4c86f7a
commit f3f438a3ff
9 changed files with 57 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
/* task inside the board */
.task-board {
position: relative;
margin-bottom: 2px;
margin-bottom: 4px;
border: 1px solid #000;
padding: 2px;
font-size: 0.85em;
@@ -9,7 +9,7 @@
}
div.task-board-recent {
box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
div.task-board-status-closed {