Add 3 new fields for tasks: start date, time estimated and time spent
This commit is contained in:
@@ -26,6 +26,10 @@ body {
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* links */
|
||||
a {
|
||||
color: #3366CC;
|
||||
@@ -841,6 +845,12 @@ a.task-board-nobody {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.task-time-form {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 25px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
/* comments */
|
||||
.comment {
|
||||
margin-bottom: 20px;
|
||||
@@ -918,15 +928,6 @@ a.task-board-nobody {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.subtasks-time-tracking h4 {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.subtasks-time-tracking li {
|
||||
list-style-type: square;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
/* markdown content */
|
||||
.markdown {
|
||||
line-height: 1.4em;
|
||||
|
||||
Reference in New Issue
Block a user