Minor fixes in taskboard task

stable
Xavier Julián 2014-07-03 09:15:17 +02:00
parent 288d508046
commit 1600a55b65
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ div.taskboard-task-inner
figcaption {{ usersById[task.assigned_to].full_name_display }}
p.taskboard-text
span.task-num(ng-bind="task.ref")
span.task-name(ng-bind="task.subject")
a.task-name(href="", title="task.subject", ng-bind="task.subject")
a.icon.icon-edit(href="", title="Edit", ng-click="ctrl.editTask(task)")
a.icon.icon-drag-h(href="", title="Drag&Drop")

View File

@ -45,7 +45,6 @@
@extend %large;
bottom: .2rem;
color: $postit-hover;
cursor: move;
display: none;
position: absolute;
&:hover {
@ -58,6 +57,7 @@
}
.icon-drag-h {
@extend %xlarge;
cursor: move;
right: 45%;
}
&:hover {