This commit is contained in:
Catouse
2018-10-29 13:49:52 +08:00
parent e0a7489095
commit fb1e83ffdc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
.board.drop-to .board-drag-holder {display: block;}
.board-item + .board-drag-holder {margin-top: 10px;}
.board-item.dragging {opacity: .35;}
.board-item .btn {padding: 2px 10px 2px 23px; font-size: 12px; position: relative; left: -2px;}
.board-item .btn {padding: 2px 10px 2px 23px; font-size: 12px; position: relative; left: -2px; height: 24px;}
.board-item .btn-icon-left > .icon {width: 22px; height: 22px; line-height: 20px; font-size: 14px; opacity: 1; top: 1px}
.board-item .btn-icon-left > span {max-width: 80px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block;}
#kanban {overflow-y: auto}
+1 -1
View File
@@ -116,7 +116,7 @@ $(function()
$.cookie('selfClose', 0, {expires:config.cookieLife, path:config.webRoot});
if(selfClose == 1 || force)
{
$kanban.load(location.href + ' #kanban', updateUI);
$kanban.load(location.href + ' #kanban>*', updateUI);
}
};
window.refreshKanban = refresh;