* fix bug #2255.
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user