Show due_date on tasks list rather than type, as it's more used

This commit is contained in:
2016-11-07 17:17:23 +01:00
parent df0ca31687
commit 506844a342
5 changed files with 16 additions and 7 deletions

View File

@@ -127,7 +127,7 @@
.status-indicator
transform: scale(1.2)
.status, .type
.status, .type, .due_date
display: inline-block
margin-right: 10px
text-transform: uppercase
@@ -139,6 +139,15 @@
color: $color-text-dark-secondary
+text-overflow-ellipsis
.due_date
margin-left: auto
color: $color-text-dark-primary
+text-overflow-ellipsis
&.late
color: $color-danger
.name
padding: 10px
+text-overflow-ellipsis