first commit
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user