Show task description in admin panel.

This commit is contained in:
baldo 2016-06-21 14:55:02 +02:00
commit ce155951bf
8 changed files with 33 additions and 11 deletions

View file

@ -14,6 +14,15 @@
text-decoration: line-through;
}
.task-description {
max-width: 220px;
}
.task-schedule {
font-family: monospace;
white-space: nowrap;
}
.mails-pending {
color: green;
}