| Server IP : 202.155.9.250 / Your IP : 216.73.217.177 Web Server : LiteSpeed System : Linux srv339029361 5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 x86_64 User : grabn6394 ( 1016) PHP Version : 8.0.30 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, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/CyberCP/baseTemplate/static/baseTemplate/assets/snippets/ |
Upload File : |
/* Chat */
ul.chat-box {
margin: 0;
padding: 0;
list-style: none;
}
.chat-box li {
position: relative;
z-index: 35;
margin-bottom: 30px;
padding-right: 65px;
}
.chat-box li.float-left {
float: none !important;
padding-right: 0;
padding-left: 60px;
}
.chat-box .chat-author {
position: absolute;
top: 0;
right: 0;
}
.chat-box li.float-left .chat-author {
right: auto;
left: 0;
}
.chat-box .chat-author img {
min-width: 45px;
border-radius: 100px;
}
.chat-box .popover {
position: relative !important;
display: block;
float: none;
min-height: 45px;
}
.chat-box .popover .popover-content {
padding: 15px;
}
.chat-box .popover {
margin-left: 0 !important;
}
.chat-box .popover.left .arrow,
.chat-box .popover.right .arrow {
top: 23px;
}
.chat-box .chat-time {
font-size: 12px;
font-style: italic;
margin-top: 5px;
color: rgba(0, 0, 0, .5);
}
.chat-box .chat-time i {
font-size: 13px;
margin-right: 3px;
}
.chat-box .popover h3 {
font-size: 16px;
margin: 0 0 5px;
}
.chat-box .popover .divider {
margin: 8px 0 10px;
}
.chat-box .chat-reply {
overflow: hidden;
padding: 0;
border-width: 1px;
}