Enhance task link view to mimic the subtask view

This commit is contained in:
Olivier Maridat
2016-03-08 11:12:18 +01:00
parent 7026e8d622
commit 7b20a14e8d
9 changed files with 130 additions and 114 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
/* tasklinks */
.tasklinks-table {
font-size: 0.85em;
}
.tasklinks-table td {
vertical-align: middle;
}