plugin updates
This commit is contained in:
@@ -1,619 +0,0 @@
|
||||
.bsf-aiosrs-schema-row td .bsf-aiosrs-schema-custom-text-wrap {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .time-duration-wrap input,
|
||||
.aiosrs-pro-meta-fields-wrapper .time-duration-wrap input {
|
||||
width: 55px;
|
||||
font-size: 12px;
|
||||
padding-right: 0;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .aiosrs-pro-custom-field-rating input.bsf-rating-field,
|
||||
.aiosrs-pro-meta-fields-wrapper .aiosrs-pro-custom-field-rating input {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-repeater-table .aiosrs-pro-custom-field-rating input.bsf-rating-field {
|
||||
width: 25% !important;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .aiosrs-star-rating-wrap,
|
||||
.aiosrs-pro-meta-fields-wrapper .aiosrs-star-rating-wrap {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .image-field-wrap,
|
||||
.aiosrs-pro-meta-fields-wrapper .image-field-wrap {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .aiosrs-image-select .dashicons {
|
||||
font-size: 1.2em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
line-height: 1;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .aiosrs-image-remove,
|
||||
.aiosrs-pro-meta-fields-wrapper .aiosrs-image-remove {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .aiosrs-image-remove {
|
||||
font-size: 15px;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .bsf-custom-image-selected .aiosrs-image-select,
|
||||
.aiosrs-pro-meta-fields-wrapper .bsf-custom-image-selected .aiosrs-image-select {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .bsf-custom-image-selected .aiosrs-image-remove,
|
||||
.aiosrs-pro-meta-fields-wrapper .bsf-custom-image-selected .aiosrs-image-remove {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .bsf-custom-image-selected .aiosrs-image-select.img,
|
||||
.aiosrs-pro-meta-fields-wrapper .bsf-custom-image-selected .aiosrs-image-select.img {
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .bsf-custom-image-selected .aiosrs-image-select.img img {
|
||||
max-height: 50px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper .bsf-custom-image-selected .aiosrs-image-select.img img {
|
||||
vertical-align: middle;
|
||||
max-width: 50px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper .inside,
|
||||
.aiosrs-pro-meta-fields-wrapper {
|
||||
margin-top: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper th,
|
||||
.aiosrs-pro-meta-fields-wrapper td {
|
||||
padding: 10px 12px;
|
||||
border-bottom: 1px solid #eee;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper .aiosrs-pro-custom-fields-dropdown-content th,
|
||||
.aiosrs-pro-meta-fields-wrapper .aiosrs-pro-custom-fields-dropdown-content td {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper th {
|
||||
border-right: 1px solid #eee;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-fixed-text-wrap input:not([type="checkbox"]),
|
||||
.bsf-aiosrs-schema-custom-text-wrap input:not([type="checkbox"]),
|
||||
.aiosrs-pro-meta-fields-wrapper input:not([type="checkbox"]),
|
||||
.bsf-aiosrs-schema-custom-text-wrap textarea,
|
||||
.aiosrs-pro-meta-fields-wrapper textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Tooltips */
|
||||
.bsf-aiosrs-schema-heading-help {
|
||||
color: #0073aa;
|
||||
font-size: 18px;
|
||||
cursor: help;
|
||||
float: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
/* New Style Verticle Tabs */
|
||||
.aiosrs-pro-meta-fields-tabs-wrapper {
|
||||
display: inline-block;
|
||||
width: 15%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-tabs-wrapper .aiosrs-pro-meta-fields-tab {
|
||||
padding: 8px 12px;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-right: 1px solid #eee;
|
||||
margin-right: -1px;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
background: #fff;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-tabs-wrapper .aiosrs-pro-meta-fields-tab.active {
|
||||
background: #f1f1f1;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper {
|
||||
width: 100%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-tabs-wrapper ~ .aiosrs-pro-meta-fields-wrapper {
|
||||
display: inline-block;
|
||||
width: calc(85% - 1px);
|
||||
border-left: 1px solid #eee;
|
||||
}
|
||||
|
||||
#aiosrs-pro-custom-fields .inside {
|
||||
padding: unset;
|
||||
border: 1px solid #e2e4e7;
|
||||
}
|
||||
|
||||
#aiosrs-pro-custom-fields h2.hndle.ui-sortable-handle {
|
||||
border-bottom: unset;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper .form-table {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrap {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrap.open {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .multi-select-wrap select,
|
||||
.aiosrs-pro-meta-fields-wrapper .multi-select-wrap select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-custom-text-wrap .aiosrs-star-rating-wrap:not(.disabled) .aiosrs-star-rating,
|
||||
.aiosrs-pro-meta-fields-wrapper .aiosrs-star-rating-wrap:not(.disabled) .aiosrs-star-rating {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper .aiosrs-star-rating-wrap.disabled {
|
||||
padding: 0 0 5px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper .aiosrs-reset-rating {
|
||||
margin-left: 5px;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field-rating .spinner {
|
||||
float: none;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field-rating .aiosrs-reset-rating.reset-disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.ui-timepicker-div .ui-widget-header {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.ui-timepicker-div dl {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ui-timepicker-div dl dt {
|
||||
float: left;
|
||||
clear: left;
|
||||
padding: 0 0 0 15px;
|
||||
}
|
||||
|
||||
.ui-timepicker-div dl dd {
|
||||
margin: 15px 15px 12px 35%;
|
||||
}
|
||||
|
||||
.ui-timepicker-div td {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.ui-tpicker-grid-label {
|
||||
background: none;
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-timepicker-div .ui_tpicker_unit_hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
|
||||
background: none;
|
||||
color: inherit;
|
||||
border: none;
|
||||
outline: none;
|
||||
border-bottom: solid 1px #555;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
|
||||
border-bottom-color: #aaa;
|
||||
}
|
||||
|
||||
.ui-timepicker-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.ui-timepicker-rtl dl {
|
||||
text-align: right;
|
||||
padding: 0 5px 0 0;
|
||||
}
|
||||
|
||||
.ui-timepicker-rtl dl dt {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.ui-timepicker-rtl dl dd {
|
||||
margin: 0 40% 10px 10px;
|
||||
}
|
||||
|
||||
.ui-timepicker-div.ui-timepicker-oneLine {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dt {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
|
||||
display: block;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute::before,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second::before {
|
||||
content: ":";
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec::before,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec::before {
|
||||
content: ".";
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
input.wpsp-time-duration-field,
|
||||
input.wpsp-date-field,
|
||||
input.wpsp-datetime-local-field {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.wpsp-connected-icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 0.375rem 0.75rem;
|
||||
margin-bottom: 0;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #495057;
|
||||
white-space: nowrap;
|
||||
background-color: #e9ecef;
|
||||
border: 1px solid #ced4da;
|
||||
border-color: #7e8993;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
box-sizing: unset;
|
||||
}
|
||||
|
||||
.wpsp-connected-field {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wpsp-connected-group {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.wpsp-connected-group > select {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-left: none;
|
||||
margin: 0;
|
||||
border-color: #7e8993 !important;
|
||||
}
|
||||
|
||||
.wpsp-field-close,
|
||||
.wpsp-custom-field-connect,
|
||||
.wpsp-specific-field-connect {
|
||||
align-items: center;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
font-size: 18px;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
right: 28px;
|
||||
top: 7.5px;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
.wpsp-custom-field-connect {
|
||||
top: 6.5px;
|
||||
}
|
||||
|
||||
.wpsp-specific-field-connect {
|
||||
top: 5.5px;
|
||||
}
|
||||
|
||||
.wpsp-parent-field {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wpsp-required-error-field {
|
||||
color: #f00 !important;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater .aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-heading,
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater .aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-content {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater .aiosrs-pro-repeater-table tr.bsf-aiosrs-schema-row.bsf-aiosrs-schema-row-text-type td.bsf-aiosrs-schema-row-heading {
|
||||
width: 16%;
|
||||
padding: 10px 12px;
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater .aiosrs-pro-repeater-table tr.bsf-aiosrs-schema-row.bsf-aiosrs-schema-row-text-type td {
|
||||
width: 27%;
|
||||
padding: 10px 12px;
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater .aiosrs-pro-repeater-table tr.bsf-aiosrs-schema-row.bsf-aiosrs-schema-row-text-type:first-child td {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater table.aiosrs-pro-repeater-table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater table.aiosrs-pro-repeater-table tr.bsf-aiosrs-schema-row.bsf-aiosrs-schema-row-text-type {
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater-target .aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-heading,
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater-target .aiosrs-pro-repeater-table .bsf-aiosrs-schema-row-content {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater-target .aiosrs-pro-repeater-table tr.bsf-aiosrs-schema-row.bsf-aiosrs-schema-row-text-type td.bsf-aiosrs-schema-row-heading {
|
||||
width: 5%;
|
||||
padding: 10px 12px;
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater-target .aiosrs-pro-repeater-table tr.bsf-aiosrs-schema-row.bsf-aiosrs-schema-row-text-type td {
|
||||
width: 25%;
|
||||
padding: 10px 12px;
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater-target table.aiosrs-pro-repeater-table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater-target table.aiosrs-pro-repeater-table tr.bsf-aiosrs-schema-row.bsf-aiosrs-schema-row-text-type {
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater-target .aiosrs-pro-repeater-table-wrap tr.bsf-aiosrs-schema-row td.bsf-aiosrs-schema-row-content .aiosrs-pro-custom-field input {
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater-target .aiosrs-pro-repeater-table-wrap tr.bsf-aiosrs-schema-row td.bsf-aiosrs-schema-row-content .aiosrs-pro-custom-field textarea {
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.bsf-aiosrs-schema-heading-help.wpsp-show-repeater-field,
|
||||
.bsf-aiosrs-schema-heading-help.wpsp-hide-repeater-field,
|
||||
.bsf-aiosrs-schema-heading-help.wpsp-show-repeater-target-field,
|
||||
.bsf-aiosrs-schema-heading-help.wpsp-hide-repeater-target-field {
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
select[disabled] {
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrap .wpsp-field-label {
|
||||
width: 17%;
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
font-weight: 700;
|
||||
color: #333;
|
||||
border-right: 1px solid #eee;
|
||||
}
|
||||
|
||||
/* Added close button disable for repeater fields */
|
||||
#aiosrs-pro-custom-fields .bsf-repeater-close {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wpsp-local-fields .aiosrs-pro-custom-field input {
|
||||
min-height: 33px;
|
||||
padding-right: 18%;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.wpsp-parent-field.wpsp-custom-field.wpsp-custom-field-image .wpsp-custom-field-connect {
|
||||
top: 0.5px;
|
||||
}
|
||||
|
||||
.wpsp-parent-field.wpsp-custom-field.wpsp-custom-field-textarea .wpsp-custom-field-connect {
|
||||
top: 12px;
|
||||
}
|
||||
|
||||
/*Toggle CSS for the Enable Schema Markup */
|
||||
|
||||
.wpsp-enable-schema-markup {
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.wpsp-enable-schema-markup__field {
|
||||
margin-top: 8px;
|
||||
line-height: normal;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.wpsp-enable-schema-toggle {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.wpsp-enable-schema-toggle input.wpsp-enable-schema-toggle__input[type="checkbox"] {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
z-index: 1;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.wpsp-enable-schema-toggle .wpsp-enable-schema-toggle__track {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
vertical-align: top;
|
||||
background-color: #fff;
|
||||
border: 2px solid #6c7781;
|
||||
width: 36px;
|
||||
height: 18px;
|
||||
border-radius: 9px;
|
||||
transition: background 0.2s ease;
|
||||
}
|
||||
|
||||
.wpsp-enable-schema-toggle .wpsp-enable-schema-toggle__thumb {
|
||||
display: block;
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
transition: transform 0.1s ease;
|
||||
background-color: #6c7781;
|
||||
border: 5px solid #6c7781;
|
||||
}
|
||||
|
||||
.wpsp-enable-schema-toggle.is-checked .wpsp-enable-schema-toggle__track {
|
||||
background-color: #11a0d2;
|
||||
border: 9px solid transparent;
|
||||
}
|
||||
|
||||
.wpsp-enable-schema-toggle.is-checked .wpsp-enable-schema-toggle__thumb {
|
||||
background-color: #fff;
|
||||
border-width: 0;
|
||||
transform: translateX(18px);
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrap.is-enable-schema-markup {
|
||||
opacity: 0.2;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.rtl .wpsp-parent-field .wpsp-field-close {
|
||||
position: relative;
|
||||
right: -35px;
|
||||
}
|
||||
|
||||
.rtl .wpsp-specific-field-connect,
|
||||
.rtl .wpsp-parent-field .wpsp-custom-field-connect {
|
||||
position: absolute;
|
||||
right: 90%;
|
||||
}
|
||||
|
||||
.rtl .wpsp-parent-field .bsf-aiosrs-schema-meta-field {
|
||||
border-left: 1px solid #eee;
|
||||
}
|
||||
|
||||
.rtl .wpsp-local-fields .aiosrs-pro-custom-field input {
|
||||
padding-left: 18%;
|
||||
padding-right: 5%;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
|
||||
.aiosrs-pro-meta-fields-wrapper th,
|
||||
.aiosrs-pro-meta-fields-wrapper td {
|
||||
width: 36%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-meta-fields-wrap .wpsp-field-label {
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater .aiosrs-pro-repeater-table tr.bsf-aiosrs-schema-row.bsf-aiosrs-schema-row-text-type td.bsf-aiosrs-schema-row-heading {
|
||||
width: 14%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-custom-field.aiosrs-pro-custom-field-repeater .aiosrs-pro-repeater-table tr.bsf-aiosrs-schema-row.bsf-aiosrs-schema-row-text-type td {
|
||||
width: 36%;
|
||||
}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
.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 +0,0 @@
|
||||
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 +0,0 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
@@ -1,589 +0,0 @@
|
||||
body {
|
||||
margin: 100px auto 100px auto;
|
||||
box-shadow: none;
|
||||
background: #f1f1f1;
|
||||
padding: 0;
|
||||
max-width: 800px;
|
||||
border: unset;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#aiosrs-pro-logo {
|
||||
border: 0;
|
||||
margin: 0 0 24px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#aiosrs-pro-logo a,
|
||||
#aiosrs-pro-logo a:active,
|
||||
#aiosrs-pro-logo a:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#aiosrs-pro-logo img {
|
||||
max-width: 30%;
|
||||
}
|
||||
|
||||
|
||||
/* Wizard Steps */
|
||||
|
||||
.aiosrs-pro-setup-wizard-steps,
|
||||
.aiosrs-pro-setup-steps {
|
||||
padding: 5px 0 24px;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
color: #ccc;
|
||||
width: 100%;
|
||||
display: -webkit-inline-flex;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-steps li,
|
||||
.aiosrs-pro-setup-steps li {
|
||||
width: 33%;
|
||||
float: left;
|
||||
padding: 0 0 0.8em;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
border-bottom: 4px solid #ccc;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-steps li::before,
|
||||
.aiosrs-pro-setup-steps li::before {
|
||||
content: "";
|
||||
border: 4px solid #ccc;
|
||||
border-radius: 100%;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -6px;
|
||||
margin-bottom: -8px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-steps li.active,
|
||||
.aiosrs-pro-setup-steps li.active {
|
||||
border-color: #0085ba;
|
||||
color: #0085ba;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-steps li.active::before,
|
||||
.aiosrs-pro-setup-steps li.active::before {
|
||||
border-color: #0085ba;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-steps li.done,
|
||||
.aiosrs-pro-setup-steps li.done {
|
||||
border-color: #0085ba;
|
||||
color: #0085ba;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-steps li.done::before,
|
||||
.aiosrs-pro-setup-steps li.done::before {
|
||||
border-color: #0085ba;
|
||||
background: #0085ba;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content a,
|
||||
.aiosrs-pro-setup-content a {
|
||||
color: #0085ba;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content a:focus,
|
||||
.aiosrs-pro-setup-content a:focus,
|
||||
.aiosrs-pro-setup-wizard-content a:hover,
|
||||
.aiosrs-pro-setup-content a:hover {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
|
||||
/* Wizard Content */
|
||||
|
||||
.aiosrs-pro-setup-wizard-content,
|
||||
.aiosrs-pro-setup-content {
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
|
||||
padding: 24px 24px 0;
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content h1,
|
||||
.aiosrs-pro-setup-content h1,
|
||||
.aiosrs-pro-setup-wizard-content h2,
|
||||
.aiosrs-pro-setup-content h2,
|
||||
.aiosrs-pro-setup-wizard-content h3,
|
||||
.aiosrs-pro-setup-content h3,
|
||||
.aiosrs-pro-setup-wizard-content table,
|
||||
.aiosrs-pro-setup-content table {
|
||||
margin: 0 0 24px;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
color: #666;
|
||||
clear: none;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content p,
|
||||
.aiosrs-pro-setup-content p {
|
||||
margin: 0 0 24px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content p,
|
||||
.aiosrs-pro-setup-content p,
|
||||
.aiosrs-pro-setup-wizard-content table,
|
||||
.aiosrs-pro-setup-content table {
|
||||
font-size: 1em;
|
||||
line-height: 1.75;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .form-table th,
|
||||
.aiosrs-pro-setup-content .form-table th {
|
||||
width: 40%;
|
||||
vertical-align: top;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .form-table td,
|
||||
.aiosrs-pro-setup-content .form-table td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .form-table td input,
|
||||
.aiosrs-pro-setup-content .form-table td input,
|
||||
.aiosrs-pro-setup-wizard-content .form-table td select,
|
||||
.aiosrs-pro-setup-content .form-table td select {
|
||||
box-sizing: border-box;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .form-table td input:not([type="checkbox"]),
|
||||
.aiosrs-pro-setup-wizard-content .form-table td select {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .form-table td .description,
|
||||
.aiosrs-pro-setup-content .form-table td .description {
|
||||
line-height: 1.5;
|
||||
display: block;
|
||||
margin-top: 0.25em;
|
||||
color: #999;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .form-table td .input-checkbox,
|
||||
.aiosrs-pro-setup-content .form-table td .input-checkbox,
|
||||
.aiosrs-pro-setup-wizard-content .form-table td .input-radio,
|
||||
.aiosrs-pro-setup-content .form-table td .input-radio {
|
||||
width: auto;
|
||||
box-sizing: inherit;
|
||||
padding: inherit;
|
||||
margin: 0 0.5em 0 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
/* Content Bottom Buttons */
|
||||
|
||||
.aiosrs-pro-setup-wizard .aiosrs-pro-setup-wizard-actions,
|
||||
.aiosrs-pro-setup .aiosrs-pro-setup-actions {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard .aiosrs-pro-setup-wizard-actions .button,
|
||||
.aiosrs-pro-setup .aiosrs-pro-setup-actions .button {
|
||||
float: right;
|
||||
font-size: 1em;
|
||||
padding: 0.5em 1em;
|
||||
line-height: 16px;
|
||||
margin-right: 0.5em;
|
||||
margin-bottom: 2px;
|
||||
height: auto;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard .aiosrs-pro-setup-wizard-actions .skip-button,
|
||||
.aiosrs-pro-setup .aiosrs-pro-setup-actions .skip-button {
|
||||
margin-left: 10px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard .aiosrs-pro-setup-wizard-actions .button-primary,
|
||||
.aiosrs-pro-setup .aiosrs-pro-setup-actions .button-primary {
|
||||
float: right;
|
||||
margin: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.aiosrs-pro-return-to-dashboard {
|
||||
font-size: 0.85em;
|
||||
color: #b5b5b5;
|
||||
margin: 1.18em 0;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/* Theme Config Page */
|
||||
|
||||
.wp-core-ui .aiosrs-pro-basic-config input.ast-color-picker {
|
||||
vertical-align: top;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.wp-core-ui .aiosrs-pro-basic-config input.wp-picker-clear {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
|
||||
/* Ready Page */
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .twitter-share-button,
|
||||
.aiosrs-pro-setup-content .twitter-share-button {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Site Identity
|
||||
*/
|
||||
|
||||
.aiosrs-pro-setup-wizard-content select,
|
||||
.aiosrs-pro-setup-content select,
|
||||
.aiosrs-pro-setup-wizard-content input,
|
||||
.aiosrs-pro-setup-content input {
|
||||
border: 1px solid #f1f1f1;
|
||||
padding: 0.5em;
|
||||
border-radius: 3px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .select2-container--default .select2-selection--single {
|
||||
border: 1px solid #f1f1f1;
|
||||
padding: 0.5em;
|
||||
border-radius: 3px;
|
||||
font-size: 14px;
|
||||
height: 33px;
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .select2.select2-container.select2-container--default {
|
||||
width: 50% !important;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
color: unset;
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .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;
|
||||
}
|
||||
|
||||
.wp-picker-active .wp-picker-holder {
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-next-steps .button-hero:last-child,
|
||||
.aiosrs-pro-setup-next-steps .button-hero:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-next-steps .button-hero,
|
||||
.aiosrs-pro-setup-next-steps .button-hero {
|
||||
width: 100%;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Step: Last
|
||||
*/
|
||||
|
||||
.aiosrs-pro-setup-wizard-next-steps-last ul,
|
||||
.aiosrs-pro-setup-next-steps-last ul {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-next-steps-last li i,
|
||||
.aiosrs-pro-setup-next-steps-last li i {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-next-steps-last li,
|
||||
.aiosrs-pro-setup-next-steps-last li {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Schema template
|
||||
*/
|
||||
|
||||
.aiosrs-pro-basic-config .aiosrs-pro-schema-temp-wrap {
|
||||
display: inline-block;
|
||||
background: #f1f1f1;
|
||||
border: 1px solid #d8d8d8;
|
||||
padding: 10px 5px;
|
||||
width: calc(33% - 8px);
|
||||
text-align: center;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-basic-config .aiosrs-pro-schema-temp-wrap:nth-child(3n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-basic-config .aiosrs-pro-schema-temp-wrap.selected,
|
||||
.aiosrs-pro-basic-config .aiosrs-pro-schema-temp-wrap:hover {
|
||||
background: #d6d6d6;
|
||||
border-color: #b9b9b9;
|
||||
}
|
||||
|
||||
.aiosrs-pro-basic-config .aiosrs-pro-schema-temp-wrap i {
|
||||
font-size: 18px;
|
||||
height: 18px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.aiosrs-pro-basic-config td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content table.bsf-aiosrs-schema-table,
|
||||
.aiosrs-pro-setup-content table.bsf-aiosrs-schema-table {
|
||||
border: 1px solid #e1e1e1;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content table.form-table th,
|
||||
.aiosrs-pro-setup-content table.aiosrs-pro-schema-ready th,
|
||||
.aiosrs-pro-setup-wizard-content table.form-table td,
|
||||
.aiosrs-pro-setup-content table.aiosrs-pro-schema-ready td,
|
||||
.aiosrs-pro-setup-wizard-content table.form-table .button-hero,
|
||||
.aiosrs-pro-setup-content table.aiosrs-pro-schema-ready .button-hero {
|
||||
font-size: 16px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content table.aiosrs-pro-schema-ready td,
|
||||
.aiosrs-pro-setup-content table.aiosrs-pro-schema-ready td {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard .wizard-close-link,
|
||||
.aiosrs-pro-setup .wizard-close-link {
|
||||
color: #ccc;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Hide tooltip text
|
||||
*/
|
||||
|
||||
.aiosrs-pro-setup-wizard .ui-helper-hidden-accessible,
|
||||
.aiosrs-pro-setup .ui-helper-hidden-accessible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard .ui-widget-content.bsf-aiosrs-schema-ui-tooltip,
|
||||
.aiosrs-pro-setup .ui-widget-content.bsf-aiosrs-schema-ui-tooltip {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-schema-ready .button-primary.button-hero {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Schema Pro On-Boarding
|
||||
*/
|
||||
|
||||
.aiosrs-pro-setup-wizard .aiosrs-pro-setup-wizard-content .button-next,
|
||||
.aiosrs-pro-setup-wizard-content.welcome-content-wrap .button-close {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.social-profiles-content-wrap input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.success-content-wrap .form-table td {
|
||||
width: 45%;
|
||||
text-align: center;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.success-content-wrap .form-table td.space {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .form-table select {
|
||||
min-width: 53%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .custom-field-wrapper {
|
||||
display: inline-block;
|
||||
width: 48%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Custom Image Select
|
||||
*/
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .image-field-wrap {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .aiosrs-image-select .dashicons {
|
||||
font-size: 1.2em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
line-height: 22px;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .aiosrs-image-remove {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
right: 0;
|
||||
font-size: 15px;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .bsf-custom-image-selected .aiosrs-image-select {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .bsf-custom-image-selected .aiosrs-image-remove {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .bsf-custom-image-selected .aiosrs-image-select.img {
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .bsf-custom-image-selected .aiosrs-image-select.img img {
|
||||
max-height: 75px;
|
||||
vertical-align: middle;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.general-setting-content-wrap .bsf-custom-image-selected .aiosrs-image-select.default-image.img img {
|
||||
max-height: 150px;
|
||||
}
|
||||
|
||||
.close-button-wrapper {
|
||||
text-align: center;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.close-button-wrapper a.button-close .dashicons {
|
||||
vertical-align: middle;
|
||||
font-size: 1.3em;
|
||||
line-height: 0.9;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.close-button-wrapper .button {
|
||||
font-size: 1em;
|
||||
padding: 5px 15px;
|
||||
height: auto;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.welcome-content-wrap ul {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.welcome-content-wrap ul li {
|
||||
font-size: inherit;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content .no-margin {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.global-schemas-content-wrap {
|
||||
overflow: initial;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.global-schemas-content-wrap .aiosrs-pro-setup-wizard-actions {
|
||||
padding-bottom: 24px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.social-profiles-content-wrap .form-table tr {
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.social-profiles-content-wrap .form-table tr th {
|
||||
vertical-align: middle;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.social-profiles-content-wrap .form-table tr td input {
|
||||
width: 120%;
|
||||
}
|
||||
|
||||
.aiosrs-pro-field-description {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.aiosrs-pro-setup-wizard #aiosrs-pro-logo .wpsp-setup-pro-title,
|
||||
.aiosrs-pro-setup #aiosrs-pro-logo .wpsp-setup-pro-title {
|
||||
color: #000;
|
||||
font-size: 26px;
|
||||
padding: 0;
|
||||
font-weight: 600;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
border: unset;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
|
||||
.aiosrs-pro-setup-wizard-content.social-profiles-content-wrap .form-table tr {
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
@@ -1,388 +0,0 @@
|
||||
/* 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