diff --git a/module/project/css/kanban.css b/module/project/css/kanban.css index d58a096be6..922f64f024 100644 --- a/module/project/css/kanban.css +++ b/module/project/css/kanban.css @@ -44,7 +44,6 @@ table th.col-closed {width:15%} .board-bug-closed .board-footer .board-id, .board-task-closed .board-footer .board-id {border-color: #777} .board-footer .bug-pri, .board-footer .task-pri, .board-footer .story-pri {margin-right: 10px;} -.board-story {background: #dd7503} .board-bug-wait,.board-task-wait {background: #2b529c} .board-bug-doing,.board-task-doing {background: #D2322D} .board-bug-done,.board-task-done {background: #229F24} @@ -69,6 +68,14 @@ table th.col-closed {width:15%} .story-pri.pri-3 {background-color:#b56a00;} .story-pri.pri-4 {background-color:#795523;} +.board-story {background: #dd7503} +.board-story.stage-projected {background-color:#808080;} +.board-story.stage-developing {background-color:#d2322d;} +.board-story.stage-developed {background-color:#229E70;} +.board-story.stage-testing {background-color:#e84e0f;} +.board-story.stage-tested {background-color:#795523;} +.board-story.stage-released {background-color:#8957a1;} + .bug-pri,.task-pri {display: inline-block; width: 16px; height: 16px; text-align: center; border-radius: 8px; border: 1px solid #ddd; font-size: 12px} .affix {position:fixed; top:0px; width:95%;z-index:1030;} diff --git a/module/project/view/kanban.html.php b/module/project/view/kanban.html.php index 3c5a4e9947..aa7a1bafc3 100644 --- a/module/project/view/kanban.html.php +++ b/module/project/view/kanban.html.php @@ -15,7 +15,8 @@ - type != 'ops'):?> + = 2;?> +