Add 3 new fields for tasks: start date, time estimated and time spent

This commit is contained in:
Frédéric Guillot
2014-10-11 21:11:10 -04:00
parent a8418afdeb
commit acba6839a6
41 changed files with 417 additions and 116 deletions

View File

@@ -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;