diff --git a/css/style.css b/css/style.css index 2bbddf9b2..87c873bf8 100644 --- a/css/style.css +++ b/css/style.css @@ -112,7 +112,7 @@ #content .icon { background-image: url("../img/sprites.svg"); height: 20px; - width: 20px; + width: 18px; display: inline-block; cursor: pointer; vertical-align: middle; @@ -375,7 +375,7 @@ } #content li.task-item .task-body .icon.large, #content div.task-item .task-body .icon.large{ - height: 34px; + height: 24px; } #content li.task-item .task-body, #content div.task-item .task-body { @@ -1428,10 +1428,23 @@ li.ui-draggable-dragging .duedate { } div.percentdone { height: 3px; - margin-bottom: -3px; + border-radius: 2px 0px 0px 2px; + opacity: 0.75; +} +div.percentbar { + height: 3px; + position: relative; + top: 26px; + left: 42px; + margin-right: 103px; + margin-bottom: -5px; background-color: #CCC; border-radius: 2px 2px 2px 2px; } +.icon_margin { + top: 2px; + position: relative; +} #searchresults { padding-top: 0px !important; margin-top: 20px !important; diff --git a/templates/part.taskbody.php b/templates/part.taskbody.php index f37590ec9..2bd616a6a 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!=''}"> -
+ + + - + + - +