Start to implement task history and project activity
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user