![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/libs/absol-full/dist/css/ |
Upload File : |
/*** module: node_modules/absol-card/css/tlboardtable.css ***/ /*** Trello like stylesheet ***/ .am-mobile-theme .tl-board-table{ user-select: none; -webkit-user-select: none; -moz-user-select: none; } .tl-board-table { --tl-board-table-body-height: unset; --tl-board-table-body-width: unset; --tl-board-table-item-margin: 10px; box-sizing: border-box; } .tl-board-table.cd-header-hidden > .tl-board-table-header { display: none; } .tl-board-table-body { padding-left: calc(2 * var(--tl-board-table-item-margin)); padding-right: calc(2 * var(--tl-board-table-item-margin)); box-sizing: border-box; height: 100%; overflow-x: auto; overflow-y: hidden; white-space: nowrap; } .tl-board-table.cd-board-mode .tl-board-table-body { white-space: normal; overflow-x: hidden; overflow-y: auto; } .tl-board-table:not(.cd-header-hidden) .tl-board-table-body { border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; box-sizing: border-box; padding-top: 5px; height: calc(100% - 30px); } .tl-board-table-body > .cd-board-group:not(:last-child), .tl-board-table-body > .tl-board-table-add-btn:not(:last-child) { margin-right: var(--tl-board-table-item-margin); vertical-align: top; white-space: normal; } .tl-board-table.cd-board-mode .tl-board-table-body { white-space: normal; padding-bottom: 10px; } .tl-board-table-add-btn { display: inline-block; vertical-align: top; width: 250px; font-family: Arial, Helvetica, sans-serif; } .tl-board-table.cd-header-hidden .tl-board-table-body { height: 100%; } .tl-board-table .tl-list-body { /* border , bottom, padding, header+button, title */ max-height: calc(var(--tl-board-table-body-height) - 1px - 20px - 80px - 10px); } .am-mobile-theme .tl-board-table .tl-list-body { max-height: calc(var(--tl-board-table-body-height) - 1px - 5px - 80px - 10px); } .tl-board-table-body > .cd-representative-board { margin-bottom: var(--tl-board-table-item-margin); margin-right: var(--tl-board-table-item-margin); } @media (orientation: portrait) { .am-mobile-theme:not(.as-has-board-table-drag) .tl-board-table .tl-board-table-body:not(.am-h-snap-scroller) { scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; } .am-mobile-theme .tl-board-table { --tl-board-table-item-margin: 20px; } .am-mobile-theme .tl-board-table-body > .tl-board-table-add-btn, .am-mobile-theme .tl-board-table-body > .cd-board-group, .am-mobile-theme .tl-board-table-body > .cd-representative-board { width: calc(var(--tl-board-table-body-width) - 4 * var(--tl-board-table-item-margin)); box-sizing: border-box; } .am-mobile-theme .tl-board-table-body:not(.am-h-snap-scroller) > .tl-board-table-add-btn, .am-mobile-theme .tl-board-table-body:not(.am-h-snap-scroller) > .cd-board-group, .am-mobile-theme .tl-board-table-body:not(.am-h-snap-scroller) > .cd-representative-board { scroll-snap-align: center; } .am-mobile-theme .tl-board-table-body > .cd-representative-board, .am-mobile-theme .tl-board-table.cd-board-mode .tl-board-table-body > .tl-board-table-add-btn { margin-left: 0; margin-right: 0; } } .tl-board-table-add-btn { width: 250px; height: 30px; line-height: 30px; text-align: center; background-color: rgb(214, 214, 214); border-radius: 4px; font-weight: bolder; cursor: pointer; } .tl-board-table:not(.tl-has-add-btn) .tl-board-table-add-btn { display: none; }