* finish task #4036 for backyard.

This commit is contained in:
wangyidong
2016-06-15 11:08:22 +08:00
parent 7f6d3b60ff
commit 75f38e2ce9
2 changed files with 15 additions and 6 deletions
+8 -1
View File
@@ -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;}