Hide task age in compact mode
This commit is contained in:
@@ -756,9 +756,9 @@ nav .active a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
.board-container-compact #board {
|
.board-container-compact #board {
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
@@ -999,6 +999,10 @@ span.task-board-date-overdue {
|
|||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.board-container-compact .task-board-days {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* task view */
|
/* task view */
|
||||||
.task-show-details {
|
.task-show-details {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -168,9 +168,9 @@ th a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
.board-container-compact #board {
|
.board-container-compact #board {
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
@@ -411,6 +411,10 @@ span.task-board-date-overdue {
|
|||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.board-container-compact .task-board-days {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* task view */
|
/* task view */
|
||||||
.task-show-details {
|
.task-show-details {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -20,9 +20,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
.board-container-compact #board {
|
.board-container-compact #board {
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
|
|||||||
@@ -165,6 +165,10 @@ span.task-board-date-overdue {
|
|||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.board-container-compact .task-board-days {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* task view */
|
/* task view */
|
||||||
.task-show-details {
|
.task-show-details {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user