HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /var/www/html/qcr24/wp-content/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%;
    }
}