HEX
Server: Apache
System: Linux web15f49.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: hzaluminio (728004)
PHP: 7.0.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,eval,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/hzaluminio/www/sair/(FORA)wp-content (forA)/plugins/easy-wp-smtp/css/style.css
/**
 * Settings page
 */
#swpsmtp_settings_form input[type='text'],
#swpsmtp_settings_form input[type='password'],
#swpsmtp_settings_form input[type='email'],
#swpsmtp_settings_form input[type='text']
{
    width: 350px;
}
textarea#swpsmtp_message{
    width: 350px;
}

.swpsmtp-yellow-box{
    margin: 10px 0px;
    padding: 10px;
    background-color: #FFFFE0;
    border-color: #E6DB55;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}
div.swpsmtp-tab-container, #swpsmtp-save-settings-notice {
    display: none;
}
#swpsmtp-spinner {
    float: none;
    vertical-align: top;
}
div.swpsmtp-tab-container {
    padding-top: 10px;
}
.swpsmtp-stars-container {
    text-align: center;
    margin-top: 10px;
}
.swpsmtp-stars-container span {
    vertical-align: text-top;
    color: #ffb900;
}
.swpsmtp-stars-container a {
    text-decoration: none;
}
.swpsmtp-settings-grid {
    display:inline-block;
}
.swpsmtp-settings-main-cont {
    width: 80%;
}
.swpsmtp-settings-sidebar-cont {
    width: 19%;
    float: right;
    padding-top: 10px;
}

div.swpsmtp-msg-cont {
    clear: both;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
    background-color: #ffffe0;
}
div.swpsmtp-msg-cont.msg-error {
    border-left: 5px solid red;
}
div.swpsmtp-msg-cont.msg-success {
    border-left: 5px solid green;
}

#swpsmtp-debug-log-cont {
    display: none;
}

@media (max-width: 782px) {
    .swpsmtp-settings-grid {
	display: block;
	float: none;
	width: 100%;
    }
}