Server IP : 85.214.239.14 / Your IP : 13.58.243.187 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 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 : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/root/proc/2/cwd/proc/3/root/srv/modoboa/instance/sitestatic/ckeditor/ckeditor_uploader/ |
Upload File : |
/** parts of django admin base.css needed by django-ckeditor uploader **/ /* GLOBAL DEFAULTS */ form { margin: 0; padding: 0; } /* FORM DEFAULTS */ input { margin: 2px 0; padding: 2px 3px; vertical-align: middle; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-weight: normal; font-size: 13px; } input[type=text] { border: 1px solid #ccc; border-radius: 4px; padding: 5px 6px; margin-top: 0; } input[type=text]:focus { border-color: #999; } /* FORM BUTTONS */ input[type=submit] { background: #79aec8; padding: 10px 15px; border: none; border-radius: 4px; color: #fff; cursor: pointer; } input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover { background: #609ab6; } input[type=submit].default { float: right; border: none; font-weight: 400; background: #417690; } input[type=submit].default:active, input[type=submit].default:focus, input[type=submit].default:hover { background: #205067; } /* MESSAGES & ERRORS */ ul.errorlist { margin: 0 0 4px; padding: 0; color: #ba2121; background: #fff; } ul.errorlist li { font-size: 13px; display: block; margin-bottom: 4px; } ul.errorlist li:first-child { margin-top: 0; } /* OBJECT HISTORY */ table#change-history { width: 100%; } table#change-history tbody th { width: 16em; } /* PAGE STRUCTURE */ #container { position: relative; }