wpf-options.css 3.51 KB

.error.validation-error {
	padding: 4px 10px 8px;
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}

input[type="checkbox"] {
	margin-right: 7px;
}

input#app_name {
	width: 80px;
}

input.api_key, input#license_key, input#ac_url {
	display: inline-block;
	margin-right: 5px;
	width: 300px;
}

input.wpf_type {
	background-color: transparent !important;
	border: none;
	box-shadow: none;
	padding: 0px;
	color: #000;
}

button.verify-button {
	position: relative;
	margin-right: 5px;
}

button.create-button {
	position: relative;
}

button.btn-verifying {
	padding-left: 30px;
}

form#wpf-settings .tab-content {
	padding: 0 10px;
}

button.btn-verifying i.fa {
	left: 2px;
	top: 7px;
	font-size: 14px;
}

a#test-connection, a#edd-license, a#export-btn {
	min-width: 150px;
	text-align: center;
	position: relative;
}

form#wpf-settings .tooltip .tooltip-inner {
	background-color: #fff;
	opacity: 1;
	color: #333;
	line-height: 1.5;
	padding: 6px 10px;
	border: 1px solid #ccc;
}

form#wpf-settings .tooltip .tooltip-arrow {
	border-right-color: #ccc;
}

#s2id_import_role {
	margin-left: 5px;
	min-width: 180px;
}

a#import-users-btn {
	margin-left: 5px;
	width: 150px;
	position: relative;
}

th.import-date, td.import-date {
	width: 150px;
}

tr.import-group-row {
	position: relative;
}

tr.import-group-row .progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	-webkit-transition: width 3s ease;
	transition: width 3s ease;
	z-index: 99;
}

a#test-connection i.fa, a#edd-license i.fa, a#import-users-btn i.fa, a#export-btn i.fa {
	left: 0px;
	top: 7px;
	font-size: 18px;
}

a#test-connection span, a#export-btn span {
	padding-left: 24px;
}

#wpf-settings li#tab-batch-process {
	display: none;
}

#wpf-settings.setup ul.nav-tabs, #wpf-settings.setup .tab-content .tab-pane {
	display: none;
}

#wpf-settings.setup ul.nav-tabs li#tab-setup, #wpf-settings.setup .tab-content .tab-pane#setup {
	display: block;
}

/* Select 2 */

.select4-container.select4-container-disabled .select4-choice .select4-arrow {
	display: none;
}

#wpf-settings input[type="number"] {
	height: 34px;
	line-height: 1.42857143;
}

#wpf-settings h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 25px;
	font-weight: normal;
}

#wpf-settings h4:first-of-type {
	padding-top: 0px;
}

th.sync {
	width: 30px;
}

#contact-fields td, #import-groups td {
	padding: 4px 8px;
}

#contact-fields td.wp_field_label label {
	position: relative;
	top: -2px;
}

#contact-fields td .checkbox {
	margin-left: 7px;
}

#wpf-settings input[type="text"] {
	width: 300px;
}

#wp-restricted_message-wrap {
	width: 60%;
	min-width: 600px;
}