Improve activity stream/notification for task update events and add new notification for swimlane change

This commit is contained in:
Frederic Guillot
2015-06-14 11:50:31 -04:00
parent a785810f2d
commit 9b399951f4
16 changed files with 168 additions and 71 deletions

View File

@@ -39,4 +39,13 @@
.activity-description .markdown {
margin-top: 10px;
color: #555;
}
}
.activity-changes {
margin-top: 10px;
font-size: 0.85em;
}
.activity-changes ul {
margin-left: 25px;
}

View File

@@ -59,7 +59,6 @@ select {
select:focus {
outline: 0;
font-weight: bold;
}
::-webkit-input-placeholder {