diff --git a/module/program/css/kanban.css b/module/program/css/kanban.css index 6318973099..b6e4c364c4 100644 --- a/module/program/css/kanban.css +++ b/module/program/css/kanban.css @@ -17,8 +17,12 @@ #kanban a {line-height: 24px;} .doing-td, .wait-project, .normal-plan, .normal-release {vertical-align: top !important;} +.doing-td {padding: 10px 0px !important;} .doing-td .board:first-child{padding-top: 0; border-top: unset;} +.doing-td .board{padding: 0px 10px; border-bottom: 2px solid #fff} +.doing-td .board:last-child{border-bottom: unset} +.doing-td .board {margin-top: 10px} .project-line {width: 100%; height: 2px; background: #fff} diff --git a/module/program/view/kanban.html.php b/module/program/view/kanban.html.php index 6f94a6aec2..e1ee95f142 100644 --- a/module/program/view/kanban.html.php +++ b/module/program/view/kanban.html.php @@ -150,4 +150,7 @@ +