From a4cf0f79a914d1c41d2eeb791565ecfb424c596e Mon Sep 17 00:00:00 2001 From: Andreas Jacobsen Date: Thu, 29 Jun 2017 08:54:10 +0200 Subject: Move percentdone bar to bottom of task (#87) * Move percentdone bar to bottom of task * Update style.css * Removed round corners * Update style.css * Update part.taskbody.php * Update style.css * Update style.css * Update style.css --- templates/part.taskbody.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/part.taskbody.php b/templates/part.taskbody.php index f37590ec..2bd616a6 100644 --- a/templates/part.taskbody.php +++ b/templates/part.taskbody.php @@ -2,16 +2,22 @@ type="task" taskID="{{ task.uri }}" ng-class="{active: route.taskID==task.uri, subtasks: hasSubtasks(task), completedsubtasks: hasCompletedSubtasks(task), subtaskshidden: task.hideSubtasks, attachment: task.note!=''}"> -
+ +
+
+
+ - + + - + -- cgit v1.2.3