Index: vue/src/assets/images/devops/DevSupport/github.png =================================================================== diff -u -re7ebd0efd58799e15e03fb6ba670dd324bca255b -rc2daa239f27d57721d85547f67fdd874545059b4 --- vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision e7ebd0efd58799e15e03fb6ba670dd324bca255b) +++ vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision c2daa239f27d57721d85547f67fdd874545059b4) @@ -1979,6 +1979,12 @@ z-index: 900; } +.kanban_assist { + display: flex; + align-items: center; + justify-content: space-between; +} + .kanban_search_clear { position: absolute; top: 50%; @@ -1987,4 +1993,14 @@ cursor: pointer; display: none; z-index: 5; +} + +.kanban_stats { + display: flex; + flex-direction: row; + justify-content: space-between; + border-radius: 3px; + padding: 4.9px; + background: rgba(51, 51, 51, 0.425); + border: 1px solid rgba(51, 51, 51, 0.5); } \ No newline at end of file Index: arms/html/reqKanban/content-container.html =================================================================== diff -u -re7ebd0efd58799e15e03fb6ba670dd324bca255b -rc2daa239f27d57721d85547f67fdd874545059b4 --- arms/html/reqKanban/content-container.html (.../content-container.html) (revision e7ebd0efd58799e15e03fb6ba670dd324bca255b) +++ arms/html/reqKanban/content-container.html (.../content-container.html) (revision c2daa239f27d57721d85547f67fdd874545059b4) @@ -363,17 +363,38 @@