Add task links (Merge pull-request #610)

This commit is contained in:
Frederic Guillot
2015-02-13 17:50:20 -05:00
parent 124f7cad28
commit 364382b1b5
38 changed files with 1769 additions and 41 deletions

View File

@@ -55,6 +55,8 @@ textarea {
select {
max-width: 95%;
paddin-top: 5px;
paddin-bottom: 5px;
}
::-webkit-input-placeholder {

View File

@@ -225,3 +225,7 @@ a.task-board-nobody {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.task-closed {
text-decoration: line-through;
}

View File

@@ -64,6 +64,9 @@ div.ui-tooltip {
width: 550px;
}
.tooltip-tasklinks ul{
padding-left: 13px;
}
.column-tooltip {
color: #999;
font-size: 0.95em;