* Put the project kanban card on the top.

This commit is contained in:
xieqiyu
2021-08-31 09:10:53 +08:00
parent d72a254330
commit 9b5e65973e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
.board-project .board-item + .board-item {margin-top: 10px;}
.board-project {padding: 10px;}
.board-doing, .board-closed {vertical-align: top !important;}
.board-doing {padding: 0px !important; vertical-align: top !important;}
.board-doing div:not(:last-child) .board-doing-project,
+1 -1
View File
@@ -105,7 +105,7 @@
<?php endif;?>
</td>
<?php else:?>
<td>
<td class='board-<?php echo $status;?>'>
<div class='board-project'>
<?php if(isset($statusList[$status])):?>
<?php foreach($statusList[$status] as $project):?>