plugin updates
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,21 +1,21 @@
|
||||
.aiosrs-rating-wrap .aiosrs-star-rating-wrap {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.aiosrs-rating-wrap .aiosrs-star-rating-wrap ~ .aiosrs-star-rating-wrap {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.aiosrs-rating-wrap .aiosrs-star-rating-wrap .aiosrs-star-rating {
|
||||
color: #ffd700;
|
||||
}
|
||||
|
||||
.aiosrs-rating-wrap .aiosrs-star-rating-wrap:not(.disabled) .aiosrs-star-rating {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.aiosrs-rating-wrap .success-msg {
|
||||
color: #0f0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.aiosrs-rating-wrap .aiosrs-star-rating-wrap {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.aiosrs-rating-wrap .aiosrs-star-rating-wrap ~ .aiosrs-star-rating-wrap {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.aiosrs-rating-wrap .aiosrs-star-rating-wrap .aiosrs-star-rating {
|
||||
color: #ffd700;
|
||||
}
|
||||
|
||||
.aiosrs-rating-wrap .aiosrs-star-rating-wrap:not(.disabled) .aiosrs-star-rating {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.aiosrs-rating-wrap .success-msg {
|
||||
color: #0f0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
@@ -1,98 +1,98 @@
|
||||
body.aiosrs-pro-license-form-open {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form p {
|
||||
padding: 5px 0 5px 0;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form .aiosrs-pro-license-form-overlay {
|
||||
background: #000;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70);
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 100050;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form .aiosrs-pro-license-form-inner {
|
||||
background: #fcfcfc;
|
||||
position: fixed;
|
||||
background-color: #fff;
|
||||
z-index: 999999999;
|
||||
padding: 2px 20px 20px;
|
||||
text-align: left;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-webkit-transform: translateX(-50%) translateY(-50%);
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form-close-btn {
|
||||
position: absolute;
|
||||
left: auto;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 29px;
|
||||
height: 29px;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
|
||||
-webkit-transform: translateX(100%);
|
||||
transform: translateX(100%);
|
||||
transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form-close-btn:hover {
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form-close-btn .dashicons {
|
||||
display: block;
|
||||
text-align: center;
|
||||
line-height: 29px;
|
||||
width: 29px;
|
||||
height: 29px;
|
||||
font-size: 29px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form .license-form-field input.regular-text {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/** Validation Messages */
|
||||
.bsf-current-license-error-wp-schema-pro,
|
||||
.bsf-current-license-success-wp-schema-pro {
|
||||
display: block;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.bsf-current-license-error-wp-schema-pro {
|
||||
color: #f44336;
|
||||
}
|
||||
|
||||
.bsf-current-license-success-wp-schema-pro {
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
/** License link */
|
||||
#aiosrs-pro-license-form-btn.active {
|
||||
color: #3db634;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form-btn.inactive {
|
||||
color: #f44336;
|
||||
}
|
||||
body.aiosrs-pro-license-form-open {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form p {
|
||||
padding: 5px 0 5px 0;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form .aiosrs-pro-license-form-overlay {
|
||||
background: #000;
|
||||
opacity: 0.7;
|
||||
filter: alpha(opacity=70);
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 100050;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form .aiosrs-pro-license-form-inner {
|
||||
background: #fcfcfc;
|
||||
position: fixed;
|
||||
background-color: #fff;
|
||||
z-index: 999999999;
|
||||
padding: 2px 20px 20px;
|
||||
text-align: left;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-webkit-transform: translateX(-50%) translateY(-50%);
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form-close-btn {
|
||||
position: absolute;
|
||||
left: auto;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 29px;
|
||||
height: 29px;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
|
||||
-webkit-transform: translateX(100%);
|
||||
transform: translateX(100%);
|
||||
transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form-close-btn:hover {
|
||||
color: #00a0d2;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form-close-btn .dashicons {
|
||||
display: block;
|
||||
text-align: center;
|
||||
line-height: 29px;
|
||||
width: 29px;
|
||||
height: 29px;
|
||||
font-size: 29px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form .license-form-field input.regular-text {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/** Validation Messages */
|
||||
.bsf-current-license-error-wp-schema-pro,
|
||||
.bsf-current-license-success-wp-schema-pro {
|
||||
display: block;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.bsf-current-license-error-wp-schema-pro {
|
||||
color: #f44336;
|
||||
}
|
||||
|
||||
.bsf-current-license-success-wp-schema-pro {
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
/** License link */
|
||||
#aiosrs-pro-license-form-btn.active {
|
||||
color: #3db634;
|
||||
}
|
||||
|
||||
#aiosrs-pro-license-form-btn.inactive {
|
||||
color: #f44336;
|
||||
}
|
||||
|
||||
@@ -1,460 +1,460 @@
|
||||
.bsf-aiosrs-pro {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .aiosrs-help-link {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .aiosrs-help-link:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .form-table th {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .form-table td.schema-contact-type-option {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .form-table td.schema-contact-type-option-change {
|
||||
margin-bottom: unset;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.sp-required {
|
||||
color: #dc3232;
|
||||
font-size: 14px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .select2-selection__choice {
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .select2-container * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .select2-container .select2-selection__choice__remove {
|
||||
vertical-align: initial;
|
||||
}
|
||||
|
||||
.wp-schema-pro-global-schemas .form-table select,
|
||||
.wp-schema-pro-general-settings .form-table input[type="text"],
|
||||
.wp-schema-pro-general-settings .form-table select,
|
||||
.wp-schema-pro-breadcrumb-setting .form-table select,
|
||||
.wp-schema-pro-advanced-settings .form-table select,
|
||||
.wp-schema-pro-social-profiles .form-table input[type="url"] {
|
||||
min-width: 50%;
|
||||
}
|
||||
|
||||
.wp-schema-pro-corporate-contact .form-table input[type="url"],
|
||||
.wp-schema-pro-corporate-contact .form-table input[type="text"],
|
||||
.wp-schema-pro-corporate-contact .form-table input[type="email"],
|
||||
.wp-schema-pro-corporate-contact .form-table select {
|
||||
min-width: 64%;
|
||||
}
|
||||
|
||||
#wp-schema-pro-setting-links {
|
||||
margin-top: 10px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#wp-schema-pro-setting-links a {
|
||||
text-decoration: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#wp-schema-pro-setting-links a.active {
|
||||
color: inherit;
|
||||
pointer-events: none;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .custom-field-wrapper {
|
||||
display: inline-block;
|
||||
width: 48%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .site-logo-custom-wrap {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Custom Image Select
|
||||
*/
|
||||
|
||||
.wp-schema-pro-general-settings .image-field-wrap,
|
||||
.wp-schema-pro-advanced-settings .image-field-wrap {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .aiosrs-image-select .dashicons,
|
||||
.wp-schema-pro-advanced-settings .aiosrs-image-select .dashicons {
|
||||
font-size: 1.2em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
line-height: 16px;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .aiosrs-image-remove,
|
||||
.wp-schema-pro-advanced-settings .aiosrs-image-remove {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
right: 0;
|
||||
font-size: 15px;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select,
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-select {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-remove,
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-remove {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select.img,
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-select.img {
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select.img img {
|
||||
max-height: 75px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select.img img,
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-select.img img {
|
||||
vertical-align: middle;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Default Image
|
||||
*/
|
||||
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-select.img img,
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select.default-image.img img {
|
||||
max-height: 150px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Repeater Style
|
||||
*/
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap {
|
||||
position: relative;
|
||||
margin-bottom: 1em;
|
||||
border: 1px solid #f1f1f1;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap .bsf-repeater-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 2px;
|
||||
border: 1px solid #f1f1f1;
|
||||
}
|
||||
|
||||
.bsf-repeater-add-new-btn {
|
||||
float: right;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap .form-table th,
|
||||
.aiosrs-pro-repeater-table-wrap .form-table td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap .form-table td input,
|
||||
.aiosrs-pro-repeater-table-wrap .form-table td select {
|
||||
min-width: 70%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-type-wrap .aiosrs-pro-repeater-table-wrap:first-of-type:last-of-type .bsf-repeater-close {
|
||||
opacity: 0.3;
|
||||
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Tooltip
|
||||
*/
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-description {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: 0.3s;
|
||||
position: absolute;
|
||||
background: #333;
|
||||
color: #dedede;
|
||||
left: calc(100% - 2.4em);
|
||||
bottom: calc(100% - 0.75em);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 1px 0 #333;
|
||||
font-weight: 400;
|
||||
min-width: 300px;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-icon {
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper.activate .wp-schema-pro-tooltip-icon {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .dashicons.dashicons-arrow-down {
|
||||
position: absolute;
|
||||
font-size: 3em;
|
||||
top: calc(100% - 0.5em);
|
||||
left: 0;
|
||||
color: #333;
|
||||
line-height: initial;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper.activate .wp-schema-pro-tooltip-description {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
bottom: calc(100% + 0.75em);
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-content {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper h2.wp-schema-pro-tooltip-heading ~ .wp-schema-pro-tooltip-content {
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper h2.wp-schema-pro-tooltip-heading {
|
||||
color: #dedede;
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-content a {
|
||||
text-decoration: none;
|
||||
box-shadow: none;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-content img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-content .tooltip-image {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.tooltip-with-image-wrapper .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-description {
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
.rtl .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-description {
|
||||
right: calc(100% - 2.4em);
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.rtl .wp-schema-pro-tooltip-wrapper .dashicons.dashicons-arrow-down {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.hndle .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-icon {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.hndle .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-icon::before {
|
||||
content: "\f534";
|
||||
}
|
||||
|
||||
.wp-schema-pro-yoast-compatibilty-wrap th {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wp-schema-pro-yoast-compatibilty-wrap td {
|
||||
vertical-align: top;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-content ol {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.schema-branding input::placeholder,
|
||||
.contact-form input::placeholder {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.aiosrs-menu-page-wrapper #aiosrs-menu-page .wrap .wpsp-pro-logo {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.aiosrs-menu-page-wrapper #aiosrs-menu-page .wrap .wpsp-pro-title {
|
||||
display: inline-block;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.aiosrs-menu-page-wrapper #aiosrs-menu-page .wrap .wpsp-pro-logo img {
|
||||
max-width: 12%;
|
||||
margin: 20px 3px 20px 0;
|
||||
}
|
||||
|
||||
#aiosrs-menu-page .schema-version {
|
||||
font-size: 13px;
|
||||
background-color: #fff;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.form-table td.breadcrumb-title {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wpsp-required-error-field {
|
||||
color: #f00 !important;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr {
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr td input {
|
||||
width: 135%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr th {
|
||||
width: 34%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr:last-child {
|
||||
width: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.wpsp-text-strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-general-settings .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-breadcrumb-setting .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-advanced-settings .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-branding-settings .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-social-profiles .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-corporate-contact .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-global-schemas .hndle,
|
||||
.bsf-aiosrs-pro .postbox-container .postbox .hndle {
|
||||
border-bottom: 1px solid #ccd0d4;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .select2-container--default .select2-selection--single {
|
||||
box-shadow: 0 0 0 transparent;
|
||||
border-radius: 4px;
|
||||
padding: 0.5em;
|
||||
font-size: 14px;
|
||||
height: 33px;
|
||||
border: 1px solid #7e8993;
|
||||
background-color: #fff;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .select2.select2-container.select2-container--default {
|
||||
width: 50% !important;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
color: unset;
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection.select2-selection--single:focus {
|
||||
border-color: #007cba;
|
||||
box-shadow: 0 0 0 1px #007cba;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* dynamic social profile repeater.
|
||||
*/
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr th.wpsp-other-th {
|
||||
width: 33% !important;
|
||||
}
|
||||
|
||||
a#add-row {
|
||||
float: right;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr td input.wpsp-other {
|
||||
width: 132% !important;
|
||||
}
|
||||
|
||||
span.wpsp-field-close.dashicons.dashicons-dismiss {
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
font-size: 18px;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
top: -22px;
|
||||
left: 140%;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
@media screen and ( min-width: 783px) {
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl .wp-schema-pro-tooltip-wrapper {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.hndle .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-description {
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
.hndle .wp-schema-pro-tooltip-wrapper {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr {
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
.bsf-aiosrs-pro {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .aiosrs-help-link {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .aiosrs-help-link:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .form-table th {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .form-table td.schema-contact-type-option {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .form-table td.schema-contact-type-option-change {
|
||||
margin-bottom: unset;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.sp-required {
|
||||
color: #dc3232;
|
||||
font-size: 14px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .select2-selection__choice {
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .select2-container * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .select2-container .select2-selection__choice__remove {
|
||||
vertical-align: initial;
|
||||
}
|
||||
|
||||
.wp-schema-pro-global-schemas .form-table select,
|
||||
.wp-schema-pro-general-settings .form-table input[type="text"],
|
||||
.wp-schema-pro-general-settings .form-table select,
|
||||
.wp-schema-pro-breadcrumb-setting .form-table select,
|
||||
.wp-schema-pro-advanced-settings .form-table select,
|
||||
.wp-schema-pro-social-profiles .form-table input[type="url"] {
|
||||
min-width: 50%;
|
||||
}
|
||||
|
||||
.wp-schema-pro-corporate-contact .form-table input[type="url"],
|
||||
.wp-schema-pro-corporate-contact .form-table input[type="text"],
|
||||
.wp-schema-pro-corporate-contact .form-table input[type="email"],
|
||||
.wp-schema-pro-corporate-contact .form-table select {
|
||||
min-width: 64%;
|
||||
}
|
||||
|
||||
#wp-schema-pro-setting-links {
|
||||
margin-top: 10px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#wp-schema-pro-setting-links a {
|
||||
text-decoration: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#wp-schema-pro-setting-links a.active {
|
||||
color: inherit;
|
||||
pointer-events: none;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .custom-field-wrapper {
|
||||
display: inline-block;
|
||||
width: 48%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .site-logo-custom-wrap {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Custom Image Select
|
||||
*/
|
||||
|
||||
.wp-schema-pro-general-settings .image-field-wrap,
|
||||
.wp-schema-pro-advanced-settings .image-field-wrap {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .aiosrs-image-select .dashicons,
|
||||
.wp-schema-pro-advanced-settings .aiosrs-image-select .dashicons {
|
||||
font-size: 1.2em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
line-height: 16px;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .aiosrs-image-remove,
|
||||
.wp-schema-pro-advanced-settings .aiosrs-image-remove {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
right: 0;
|
||||
font-size: 15px;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select,
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-select {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-remove,
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-remove {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select.img,
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-select.img {
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select.img img {
|
||||
max-height: 75px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select.img img,
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-select.img img {
|
||||
vertical-align: middle;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Default Image
|
||||
*/
|
||||
|
||||
.wp-schema-pro-advanced-settings .bsf-custom-image-selected .aiosrs-image-select.img img,
|
||||
.wp-schema-pro-general-settings .bsf-custom-image-selected .aiosrs-image-select.default-image.img img {
|
||||
max-height: 150px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Repeater Style
|
||||
*/
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap {
|
||||
position: relative;
|
||||
margin-bottom: 1em;
|
||||
border: 1px solid #f1f1f1;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap .bsf-repeater-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 2px;
|
||||
border: 1px solid #f1f1f1;
|
||||
}
|
||||
|
||||
.bsf-repeater-add-new-btn {
|
||||
float: right;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap .form-table th,
|
||||
.aiosrs-pro-repeater-table-wrap .form-table td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap .form-table td input,
|
||||
.aiosrs-pro-repeater-table-wrap .form-table td select {
|
||||
min-width: 70%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-type-wrap .aiosrs-pro-repeater-table-wrap:first-of-type:last-of-type .bsf-repeater-close {
|
||||
opacity: 0.3;
|
||||
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Tooltip
|
||||
*/
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-description {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: 0.3s;
|
||||
position: absolute;
|
||||
background: #333;
|
||||
color: #dedede;
|
||||
left: calc(100% - 2.4em);
|
||||
bottom: calc(100% - 0.75em);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 1px 0 #333;
|
||||
font-weight: 400;
|
||||
min-width: 300px;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-icon {
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper.activate .wp-schema-pro-tooltip-icon {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .dashicons.dashicons-arrow-down {
|
||||
position: absolute;
|
||||
font-size: 3em;
|
||||
top: calc(100% - 0.5em);
|
||||
left: 0;
|
||||
color: #333;
|
||||
line-height: initial;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper.activate .wp-schema-pro-tooltip-description {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
bottom: calc(100% + 0.75em);
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-content {
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper h2.wp-schema-pro-tooltip-heading ~ .wp-schema-pro-tooltip-content {
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper h2.wp-schema-pro-tooltip-heading {
|
||||
color: #dedede;
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-content a {
|
||||
text-decoration: none;
|
||||
box-shadow: none;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-content img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-content .tooltip-image {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.tooltip-with-image-wrapper .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-description {
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
.rtl .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-description {
|
||||
right: calc(100% - 2.4em);
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.rtl .wp-schema-pro-tooltip-wrapper .dashicons.dashicons-arrow-down {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.hndle .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-icon {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.hndle .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-icon::before {
|
||||
content: "\f534";
|
||||
}
|
||||
|
||||
.wp-schema-pro-yoast-compatibilty-wrap th {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wp-schema-pro-yoast-compatibilty-wrap td {
|
||||
vertical-align: top;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-content ol {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.schema-branding input::placeholder,
|
||||
.contact-form input::placeholder {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.aiosrs-menu-page-wrapper #aiosrs-menu-page .wrap .wpsp-pro-logo {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.aiosrs-menu-page-wrapper #aiosrs-menu-page .wrap .wpsp-pro-title {
|
||||
display: inline-block;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.aiosrs-menu-page-wrapper #aiosrs-menu-page .wrap .wpsp-pro-logo img {
|
||||
max-width: 12%;
|
||||
margin: 20px 3px 20px 0;
|
||||
}
|
||||
|
||||
#aiosrs-menu-page .schema-version {
|
||||
font-size: 13px;
|
||||
background-color: #fff;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.form-table td.breadcrumb-title {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wpsp-required-error-field {
|
||||
color: #f00 !important;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr {
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr td input {
|
||||
width: 135%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr th {
|
||||
width: 34%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr:last-child {
|
||||
width: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.wpsp-text-strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-general-settings .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-breadcrumb-setting .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-advanced-settings .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-branding-settings .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-social-profiles .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-corporate-contact .hndle,
|
||||
.bsf-aiosrs-pro .postbox.wp-schema-pro-global-schemas .hndle,
|
||||
.bsf-aiosrs-pro .postbox-container .postbox .hndle {
|
||||
border-bottom: 1px solid #ccd0d4;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .select2-container--default .select2-selection--single {
|
||||
box-shadow: 0 0 0 transparent;
|
||||
border-radius: 4px;
|
||||
padding: 0.5em;
|
||||
font-size: 14px;
|
||||
height: 33px;
|
||||
border: 1px solid #7e8993;
|
||||
background-color: #fff;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .select2.select2-container.select2-container--default {
|
||||
width: 50% !important;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
color: unset;
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
.wp-schema-pro-general-settings .select2-container--default .select2-selection--single .select2-selection__arrow {
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection.select2-selection--single:focus {
|
||||
border-color: #007cba;
|
||||
box-shadow: 0 0 0 1px #007cba;
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* dynamic social profile repeater.
|
||||
*/
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr th.wpsp-other-th {
|
||||
width: 33% !important;
|
||||
}
|
||||
|
||||
a#add-row {
|
||||
float: right;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr td input.wpsp-other {
|
||||
width: 132% !important;
|
||||
}
|
||||
|
||||
span.wpsp-field-close.dashicons.dashicons-dismiss {
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
font-size: 18px;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
top: -22px;
|
||||
left: 140%;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
@media screen and ( min-width: 783px) {
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl .wp-schema-pro-tooltip-wrapper {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.hndle .wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-description {
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
.hndle .wp-schema-pro-tooltip-wrapper {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
|
||||
.bsf-aiosrs-pro .wp-schema-pro-social-profiles table.form-table tr {
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,388 +1,388 @@
|
||||
/* Meta Box Heading
|
||||
------------------------------------------------------*/
|
||||
#aiosrs-schema-settings .inside {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#aiosrs-schema-settings .nav-tab-wrapper {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
#aiosrs-schema-settings .nav-tab-wrapper ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Tooltips */
|
||||
.bsf-aiosrs-schema-heading-help {
|
||||
color: #0073aa;
|
||||
float: unset;
|
||||
font-size: 18px;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.ui-widget-content.bsf-aiosrs-schema-ui-tooltip {
|
||||
background: #333;
|
||||
border-width: 1px;
|
||||
border-color: #333;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 1px 0 2px 0 rgba(214, 214, 214, 0.5);
|
||||
box-shadow: 1px 0 2px 0 rgba(214, 214, 214, 0.5);
|
||||
color: #dedede;
|
||||
max-width: 250px;
|
||||
text-align: center;
|
||||
padding: 7px;
|
||||
text-rendering: optimizeLegibility;
|
||||
text-shadow: none;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
/* Table */
|
||||
.bsf-aiosrs-schema-table {
|
||||
border: none;
|
||||
border-bottom: 5px solid #f0f0f0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table:last-of-type {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table.widefat {
|
||||
border-width: 0;
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table.widefat:last-child {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
/* Rows */
|
||||
.bsf-aiosrs-schema-row td::before,
|
||||
.bsf-aiosrs-schema-row td::after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row td::after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row td {
|
||||
zoom: 1;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row td * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Row Heading */
|
||||
.bsf-aiosrs-schema-row-heading {
|
||||
border-right: 1px solid #e1e1e1;
|
||||
padding: 15px;
|
||||
width: 25%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row td.bsf-aiosrs-schema-row-heading.title {
|
||||
padding-bottom: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-heading label {
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
line-height: 22px;
|
||||
font-weight: 700;
|
||||
padding: 0;
|
||||
margin: 0 0 3px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* Row Content */
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-row-content {
|
||||
padding: 15px 10px;
|
||||
position: relative;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-padding {
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-padding-bottom-wrap {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* Row Inputs */
|
||||
.bsf-aiosrs-schema-row-content select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content .bsf-aiosrs-schema-action-desc.ast-no-desc {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content .bsf-aiosrs-schema-action-desc {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/*Title CSS for the Enable on*/
|
||||
|
||||
.bsf-aiosrs-schema-row-select-target h2.bsf-aiosrs-schema-row-heading-select-target {
|
||||
border-bottom: 1px solid #ccd0d4;
|
||||
font-weight: 600 !important;
|
||||
padding: 10px 12px !important;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-select-target h2.bsf-aiosrs-schema-row-heading-select-target label {
|
||||
vertical-align: initial;
|
||||
}
|
||||
|
||||
/* Settings Meta Box
|
||||
------------------------------------------------------*/
|
||||
#bsf-aiosrs-schema-settings .inside {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Builder Buttons Meta Box
|
||||
------------------------------------------------------*/
|
||||
#bsf-aiosrs-schema-buttons .inside {
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#bsf-aiosrs-schema-buttons .button {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* Rule Settings
|
||||
------------------------------------------------------*/
|
||||
|
||||
/* Rule Forms */
|
||||
.bsf-aiosrs-schema-saved-rule {
|
||||
-js-display: flex;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
padding: 0 0 8px 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-saved-rule-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-rule-objects {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-rule-objects-visible {
|
||||
-js-display: flex;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content .bsf-aiosrs-schema-rule-objects-visible select {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-rule-objects-visible .bsf-aiosrs-schema-rule-objects {
|
||||
display: inline;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-remove-rule-button {
|
||||
display: none;
|
||||
margin-top: 5px;
|
||||
text-align: right;
|
||||
width: 33px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-remove-rule {
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-remove-rule:hover {
|
||||
color: #d54e21;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-add-rule {
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-add-rule .button {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Location Rules */
|
||||
.bsf-aiosrs-schema-locations-form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Exclusion Rules */
|
||||
.bsf-aiosrs-schema-exclusion-rules {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Color Picker */
|
||||
.bsf-aiosrs-schema-row .wp-picker-holder {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row .iris-border .iris-picker-inner {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content .bsf-aiosrs-schema-type {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-fixed-text-wrap,
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-custom-text-wrap {
|
||||
width: calc(55% - 5px);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-meta-field {
|
||||
width: calc(45% - 5px);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-custom-text-wrap input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table .bsf-custom-remove-image,
|
||||
.bsf-aiosrs-schema-table .update-custom-image,
|
||||
.bsf-aiosrs-schema-table .bsf-hidden-field,
|
||||
.bsf-custom-image-selected button.bsf-custom-select-image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bsf-custom-image-selected .bsf-custom-remove-image {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.select-custom-image,
|
||||
.bsf-custom-image-selected .update-custom-image {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.bsf-custom-remove-image .dashicons {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.bsf-custom-image-label {
|
||||
margin-left: 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-specific-field-wrap {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-guideline-link i {
|
||||
font-size: 1rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Repeater Style
|
||||
*/
|
||||
.aiosrs-pro-repeater-table {
|
||||
width: 100%;
|
||||
border: 1px solid #f1f1f1;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap {
|
||||
position: relative;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row:first-child {
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.bsf-repeater-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 2px;
|
||||
border: 1px solid #f1f1f1;
|
||||
}
|
||||
|
||||
.bsf-repeater-add-new-btn {
|
||||
float: right;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-heading,
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-content {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-heading label,
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-content {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row td::before,
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row td::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-type-wrap .aiosrs-pro-repeater-table-wrap:first-of-type:last-of-type .bsf-repeater-close {
|
||||
opacity: 0.3;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-repeater-type > .bsf-aiosrs-schema-row-heading {
|
||||
vertical-align: top;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper {
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-icon {
|
||||
line-height: 1.5;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.advanced-settings-content-wrap .label-wrapper {
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
/* Meta Box Heading
|
||||
------------------------------------------------------*/
|
||||
#aiosrs-schema-settings .inside {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#aiosrs-schema-settings .nav-tab-wrapper {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
#aiosrs-schema-settings .nav-tab-wrapper ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Tooltips */
|
||||
.bsf-aiosrs-schema-heading-help {
|
||||
color: #0073aa;
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.ui-widget-content.bsf-aiosrs-schema-ui-tooltip {
|
||||
background: #333;
|
||||
border-width: 1px;
|
||||
border-color: #333;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 1px 0 2px 0 rgba(214, 214, 214, 0.5);
|
||||
box-shadow: 1px 0 2px 0 rgba(214, 214, 214, 0.5);
|
||||
color: #dedede;
|
||||
max-width: 250px;
|
||||
text-align: center;
|
||||
padding: 7px;
|
||||
text-rendering: optimizeLegibility;
|
||||
text-shadow: none;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
/* Table */
|
||||
.bsf-aiosrs-schema-table {
|
||||
border: none;
|
||||
border-bottom: 5px solid #f0f0f0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table:last-of-type {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table.widefat {
|
||||
border-width: 0;
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table.widefat:last-child {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
/* Rows */
|
||||
.bsf-aiosrs-schema-row td::before,
|
||||
.bsf-aiosrs-schema-row td::after {
|
||||
display: table;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row td::after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row td {
|
||||
zoom: 1;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row td * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Row Heading */
|
||||
.bsf-aiosrs-schema-row-heading {
|
||||
border-right: 1px solid #e1e1e1;
|
||||
padding: 15px;
|
||||
width: 25%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row td.bsf-aiosrs-schema-row-heading.title {
|
||||
padding-bottom: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-heading label {
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
line-height: 22px;
|
||||
font-weight: 700;
|
||||
padding: 0;
|
||||
margin: 0 0 3px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* Row Content */
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-row-content {
|
||||
padding: 15px 10px;
|
||||
position: relative;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-padding {
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-padding-bottom-wrap {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* Row Inputs */
|
||||
.bsf-aiosrs-schema-row-content select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content .bsf-aiosrs-schema-action-desc.ast-no-desc {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content .bsf-aiosrs-schema-action-desc {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/*Title CSS for the Enable on*/
|
||||
|
||||
.bsf-aiosrs-schema-row-select-target h2.bsf-aiosrs-schema-row-heading-select-target {
|
||||
border-bottom: 1px solid #ccd0d4;
|
||||
font-weight: 600 !important;
|
||||
padding: 10px 12px !important;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-select-target h2.bsf-aiosrs-schema-row-heading-select-target label {
|
||||
vertical-align: initial;
|
||||
}
|
||||
|
||||
/* Settings Meta Box
|
||||
------------------------------------------------------*/
|
||||
#bsf-aiosrs-schema-settings .inside {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Builder Buttons Meta Box
|
||||
------------------------------------------------------*/
|
||||
#bsf-aiosrs-schema-buttons .inside {
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#bsf-aiosrs-schema-buttons .button {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* Rule Settings
|
||||
------------------------------------------------------*/
|
||||
|
||||
/* Rule Forms */
|
||||
.bsf-aiosrs-schema-saved-rule {
|
||||
-js-display: flex;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
padding: 0 0 8px 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-saved-rule-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-rule-objects {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-rule-objects-visible {
|
||||
-js-display: flex;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content .bsf-aiosrs-schema-rule-objects-visible select {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-rule-objects-visible .bsf-aiosrs-schema-rule-objects {
|
||||
display: inline;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-remove-rule-button {
|
||||
display: none;
|
||||
margin-top: 5px;
|
||||
text-align: right;
|
||||
width: 33px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-remove-rule {
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-remove-rule:hover {
|
||||
color: #d54e21;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-add-rule {
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-add-rule .button {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Location Rules */
|
||||
.bsf-aiosrs-schema-locations-form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Exclusion Rules */
|
||||
.bsf-aiosrs-schema-exclusion-rules {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Color Picker */
|
||||
.bsf-aiosrs-schema-row .wp-picker-holder {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row .iris-border .iris-picker-inner {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-content .bsf-aiosrs-schema-type {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-fixed-text-wrap,
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-custom-text-wrap {
|
||||
width: calc(55% - 5px);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-meta-field {
|
||||
width: calc(45% - 5px);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table .bsf-aiosrs-schema-custom-text-wrap input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-table .bsf-custom-remove-image,
|
||||
.bsf-aiosrs-schema-table .update-custom-image,
|
||||
.bsf-aiosrs-schema-table .bsf-hidden-field,
|
||||
.bsf-custom-image-selected button.bsf-custom-select-image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bsf-custom-image-selected .bsf-custom-remove-image {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.select-custom-image,
|
||||
.bsf-custom-image-selected .update-custom-image {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.bsf-custom-remove-image .dashicons {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.bsf-custom-image-label {
|
||||
margin-left: 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-specific-field-wrap {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-guideline-link i {
|
||||
font-size: 1rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Repeater Style
|
||||
*/
|
||||
.aiosrs-pro-repeater-table {
|
||||
width: 100%;
|
||||
border: 1px solid #f1f1f1;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table-wrap {
|
||||
position: relative;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row:first-child {
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.bsf-repeater-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 2px;
|
||||
border: 1px solid #f1f1f1;
|
||||
}
|
||||
|
||||
.bsf-repeater-add-new-btn {
|
||||
float: right;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-heading,
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-content {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-heading label,
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-content {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row td::before,
|
||||
.aiosrs-pro-repeater-table .bsf-aiosrs-schema-row td::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-type-wrap .aiosrs-pro-repeater-table-wrap:first-of-type:last-of-type .bsf-repeater-close {
|
||||
opacity: 0.3;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-row-repeater-type > .bsf-aiosrs-schema-row-heading {
|
||||
vertical-align: top;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper {
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.wp-schema-pro-tooltip-wrapper .wp-schema-pro-tooltip-icon {
|
||||
line-height: 1.5;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.advanced-settings-content-wrap .label-wrapper {
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user