31 lines
1.9 KiB
CSS
31 lines
1.9 KiB
CSS
.main-table tbody > tr > td {border-bottom: 2px solid #fff;}
|
|
.main-table .table {cursor: default;}
|
|
.boards {display: table; table-layout: fixed; width: 100%; min-width: 140px;}
|
|
.boards .board:not(:last-child), .board-project {border-right: 2px solid #fff;}
|
|
.board {display: table-cell; width: 25%; padding: 10px; transition: background-color .2s, opacity .2s; vertical-align: top;}
|
|
.board-item {border: 1px solid #EBEBEB; padding: 5px 10px; cursor: default; border-radius: 2px; background-color: #fff;}
|
|
.board-item.disabled {cursor: not-allowed;}
|
|
.board-item:hover {border-color: #ccc;}
|
|
.board-item > .title {line-height: 25px; max-height: 40px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-all;}
|
|
.board-item + .board-item {margin-top: 10px;}
|
|
.boards-wrapper {overflow: auto;}
|
|
.board-item .btn {padding: 2px 10px 2px 23px; font-size: 12px; position: relative; left: -2px; height: 24px;}
|
|
|
|
#kanban {overflow-y: auto;}
|
|
#kanban .label-pri {width: 16px; height: 16px; line-height: 12px; min-width: 16px; font-size: 12px; padding: 0;}
|
|
#kanban tbody > tr > td {line-height: 24px;}
|
|
#kanban .table-grouped tbody > tr:hover {background: transparent;}
|
|
#kanban .group-info > span + span {display: inline-block; margin-left: 8px;}
|
|
#kanban th.c-board {color: #3c4353; font-weight: bold;}
|
|
#kanban .fix-table-copy-wrapper {overflow: visible !important;}
|
|
#kanban .fix-table-copy-wrapper th.c-board {color: #ddd;}
|
|
#kanban .group-title {word-break: break-all; line-height: 16px; padding: 3px 0; display: block;}
|
|
|
|
#kanban thead > tr > th:not(:last-child) {border-right: 2px solid #efefef;}
|
|
|
|
.table-grouped > tbody > tr,
|
|
.table-grouped > tbody > tr:hover {background: #fff !important;}
|
|
|
|
.table-row .table-col:last-child {width: 30px;}
|
|
.table-row .table-col:first-child {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|