![]() 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-poser/css/questiontreeeditor.css ***/ .ap-question-tree-editor { font-size: 14px; user-select: none; touch-action: none; -webkit-user-select: none; -moz-user-select: none; position: relative; } .ap-question-tree-exp-scroller { overflow-y: auto; height: 100%; } .ap-question-tree-editor .as-exp-group { width: 100%; } .ap-question-tree-editor { position: relative; } .absol-exp-tree.ap-question-tree-editor-cloned-node { position: absolute; left: 0; width: 100%; top: 0; background-color: white; box-shadow: 4px 5px 10px 3px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 4px 5px 10px 3px rgba(0, 0, 0, 0.5); -moz-box-shadow: 4px 5px 10px 3px rgba(0, 0, 0, 0.5); opacity: 0.8; } .absol-exp-tree.ap-moving { opacity: 0.2; } .ap-question-tree-editor{ --new-pos-y: 0px ; } .ap-question-tree-editor .as-exp-group{ position: relative; } .ap-question-tree-editor.ap-dragging.ap-changed .as-exp-group::after { position: absolute; left: 0; top: calc(var(--new-pos-y) - 1px); width: 100%; content: ""; display: block; border-top: 2px solid #1464f6; } /* .ap-question-tree-editor > div { width: 100%; overflow-x: hidden; } .ap-question-tree-editor > div > button { width: 100%; }*/