HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/plugins/auto-approve-comments/css/auto-approve-comments.css
#aac-sections {
	padding:18px;
}

#aac-sections .aac-section {
	display:none;
}

#aac-sections .aac-section:first-child {
	display:block;
}

#aac-commenters-list p,
#aac-usernames-list p {
	padding-left: 18px;
}

#aac-sections code {
	margin-top: 8px;
	padding: 8px;
	display: inline-block;
}

.aac-helpdiv {
	margin-bottom: 16px;
}

#aac-submit {
	margin-left: 18px;
}

#aac-submit p {
	padding-top: 0px;
	margin-top: 0px;
}

.aac-floatleft {
	float:left;
}

.aac-inputdiv {
	padding-right: 20px;
}

#aac-commenters-section .aac-textarea {
	width: 80%;
	height: 150px;
}

#aac-users-section .aac-textarea {
	width: 50%;
	height: 150px;
}

#aac-roles-section .aac-textarea {
	width: 50%;
	height: 150px;
}

#aac-sections p {
	height: 150px;
}

#aac-commenters-autocomplete {
	width: 50%;
}

#aac-usernames-autocomplete {
	width: 30%;
}

#aac-roles-autocomplete {
	width: 30%;
}

#aac-notice-success,
#aac-notice-error,
#aac-notice-error-jquery,
#aac-notice-warning-jquery {
    min-height: 45px;
    overflow: auto;
	display: none;
	background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin-bottom: 1em;
}

#aac-notice-success {
    border-left: 4px solid #7ad03a;
}
#aac-notice-warning-jquery {
    border-left: 4px solid #ffb900;
}
#aac-notice-error,
#aac-notice-error-jquery {
    border-left: 4px solid #dc3232;
}

#aac-notice-success p, 
#aac-notice-error p,
#aac-notice-error-jquery p,
#aac-notice-warning-jquery p {
    width: 75%;
    font-size: 13px;
    line-height: 1.5;
    margin: 1em;
}

#aac-notice-success-dismiss,
#aac-notice-error-dismiss,
#aac-notice-error-dismiss-jquery,
#aac-notice-warning-dismiss-jquery {
	float: right;
    position: relative;
	width: 38px;
	height: 38px;
	padding: 0;
    margin-top: 0.2em;
    margin-right: 0.8em;
    border: 0;
    background-color: #fff;
    font-size: 16px;
    color: #b4b9be;
    cursor: pointer;
}

#aac-notice-success-dismiss:hover,
#aac-notice-error-dismiss:hover,
#aac-notice-error-dismiss-jquery:hover,
#aac-notice-warning-dismiss-jquery:hover {
    color: #c00;
}