![]() 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-sheet/css/tabledata.css ***/ table.asht-table-data { --row-height: 21px; } table.asht-table-data { border: solid 1px #dddddd; } table.asht-table-data > tbody > tr > td, table.asht-table-data > thead > tr > td, table.asht-table-data > tr > td { border: solid 1px #dddddd; padding-left: 0.35em; padding-right: 0.35em; white-space: pre-wrap; word-break: normal; box-sizing: border-box; } table.asht-table-data > tbody > tr > td:first-child, table.asht-table-data > thead > tr > td:first-child{ text-align: right; width: var(--index-col-width); min-width: var(--index-col-width);/*force width*/ } table.asht-table-data > tbody > tr > td, table.asht-table-data > tr > td { height: var(--row-height); min-height: var(--row-height); } table.asht-table-data > thead > tr > td { background-color: rgb(248, 249, 250); text-align: center; box-sizing: border-box; } table.asht-table-data > tbody > tr > td > span { white-space: pre; } table.asht-table-data > tbody > tr > td:first-child, table.asht-table-data > tr > td:first-child { background-color: rgb(248, 249, 250); text-align: right; } td.asht-type-number { text-align: right; padding-left: 0.35em; min-width: 64px; } td.asht-type-boolean { text-align: center; } td.asht-type-text { text-align: left; min-width: 64px; } .asht-table-editor td.asht-calc { background-color: rgba(255, 255, 0, 0.3); } /*unique value in column*/ td.asht-duplicated { background-color: rgba(255, 0, 0, 0.3); } td.asht-type-time { min-width: 110px; } table.asht-table-data > tbody > tr > td.asht-type-date { text-align: left; padding-right: 1.35em; min-width: calc(6em + 50px); box-sizing: border-box; } table.asht-table-data > tbody > tr > td.asht-type-date-time { text-align: left; padding-right: 1.35em; min-width: calc(10em + 50px); box-sizing: border-box; } td.asht-row-idx { text-align: right; } table.asht-table-data > tbody > tr > td.asht-type-enum { text-align: left; padding-right: calc(0.35em + 18px); } table.asht-table-data > tbody > tr > td.asht-type-time-range-24{ text-align: left; padding-right: 1.35em; min-width: calc(14em + 11px); box-sizing: border-box; } .as-layout-editor .asht-table-editor.asht-read-only.asht-headless .asht-new-row:first-child{ display: table-row; pointer-events: none; }