Hide task age in compact mode

This commit is contained in:
Frederic Guillot
2015-07-19 19:22:47 -04:00
parent 33a3196001
commit 32aab02549
4 changed files with 21 additions and 9 deletions

View File

@@ -20,9 +20,9 @@
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.board-container-compact #board {
table-layout: auto;
}
.board-container-compact #board {
table-layout: auto;
}
}
#board {

View File

@@ -165,6 +165,10 @@ span.task-board-date-overdue {
border-bottom-right-radius: 3px;
}
.board-container-compact .task-board-days {
display: none;
}
/* task view */
.task-show-details {
position: relative;