Always display project name and task title in task views

This commit is contained in:
Frederic Guillot
2016-03-08 22:02:42 -05:00
parent d4eea1e252
commit f91f3214c1
21 changed files with 70 additions and 31 deletions

View File

@@ -194,6 +194,19 @@ span.task-board-date-overdue {
line-height: 23px;
}
.task-show-title {
border: 2px solid #000;
border-radius: 8px;
margin-bottom: 20px;
}
.task-show-title h2 {
color: #555;
font-size: 1.8em;
margin: 0;
padding: 8px;
}
.task-show-description {
border-left: 4px solid #333;
padding-left: 20px;