Start to implement task history and project activity

This commit is contained in:
Frédéric Guillot
2014-09-09 20:39:45 +02:00
parent ef95c7c284
commit 9bde377bbe
29 changed files with 644 additions and 45 deletions

View File

@@ -1029,6 +1029,34 @@ tr td.task-orange,
color: #000;
}
/* activity */
.activity-event {
margin-bottom: 20px;
}
.activity-datetime {
color: #999;
font-size: 0.85em;
}
.activity-content {
margin-top: 10px;
margin-left: 20px;
padding-left: 20px;
border-left: 2px solid #666;
}
.activity-title {
font-weight: bold;
color: #000;
}
.activity-description {
font-size: 0.9em;
color: #aaa;
padding-top: 5px;
}
/* confirmation box */
.confirm {
max-width: 700px;