Files
DESKTOP-GBA0BK8\Admin 7c8c8b1c76 first commit
2023-04-08 12:19:53 -04:00

68 lines
1.4 KiB
CSS

.arve-license-input {
width: 280px;
}
.arve-btn {
padding-left: 3px;
}
.arve-icon:before {
content: "\f236" !important; /* dashicon-video-alt */
}
.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block {
padding-top: .4em;
padding-bottom: .4em;
}
.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label {
display: inline-block;
margin: 0;
}
.edit-shortcode-form-fields.shortcode-ui-edit-arve .field-block label:first-child {
width: 110px;
}
.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-upload_date input,
.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-aspect_ratio input,
.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-url input,
.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-title input,
.edit-shortcode-form-fields.shortcode-ui-edit-arve .shortcode-ui-attribute-description input {
width: 700px;
}
.arve-list-small {
font-size: .85em;
list-style: square;
padding-left: 20px;
}
.arve-list-small li {
margin-bottom: 2px;
}
.arve-settings-page-ad {
margin: 0;
padding-right: .7rem !important;
}
.arve-corner-spacer {
float: right;
width: 20px;
height: 38px;
}
@media all and (min-width: 1024px) {
.arve-settings-page-ad {
position: absolute !important;
right: 0;
width: 320px;
}
.arve-options-wrap {
padding-right: 350px;
position: relative;
}
}