Add a "Me" button to assignee form element

This commit is contained in:
Frederic Guillot
2016-01-31 11:05:47 -05:00
parent 3279768c1c
commit 9570793f68
34 changed files with 83 additions and 9 deletions

View File

@@ -329,3 +329,9 @@ div.color-square-selected {
height: 28px;
box-shadow: 3px 2px 10px 0 rgba(180,180,180,0.9);
}
/* Assign to me */
.assign-me {
font-size: 0.8em;
vertical-align: bottom;
}