kollapsminoriteten/wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.css

107 lines
1.8 KiB
CSS
Raw Normal View History

2019-11-15 23:26:29 +01:00
/**
* VideoPress admin media styles
*/
.videopress-modal-backdrop {
2022-06-16 14:01:47 +02:00
background: #000;
opacity: 0.7;
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 100;
2019-11-15 23:26:29 +01:00
}
.videopress-modal {
2022-06-16 14:01:47 +02:00
padding: 10px 20px;
background: white;
position: absolute;
top: 0;
width: 440px;
overflow: hidden;
right: 50%;
margin-right: -220px;
z-index: 101;
box-shadow: -2px 2px 5px 2px rgba(0, 0, 0, 0.5);
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
2019-11-15 23:26:29 +01:00
}
.videopress-modal .submit {
2022-06-16 14:01:47 +02:00
text-align: left;
padding: 10px 0 5px;
2019-11-15 23:26:29 +01:00
}
.videopress-preview {
2022-06-16 14:01:47 +02:00
display: block;
float: left;
width: 65%;
margin-top: 18px;
background: black;
min-height: 97px;
text-decoration: none;
2019-11-15 23:26:29 +01:00
}
.vp-preview span.videopress-preview-unavailable {
2022-06-16 14:01:47 +02:00
width: 65%;
float: left;
text-align: right;
margin-left: 0;
2019-11-15 23:26:29 +01:00
}
.videopress-preview img {
2022-06-16 14:01:47 +02:00
float: right;
width: 100%;
2019-11-15 23:26:29 +01:00
}
.videopress-preview span {
2022-06-16 14:01:47 +02:00
display: block;
padding-top: 40px;
color: white !important;
text-align: center;
2019-11-15 23:26:29 +01:00
}
.vp-setting .help {
2022-06-16 14:01:47 +02:00
margin: 0 35% 4px 0;
2019-11-15 23:26:29 +01:00
}
2022-06-16 14:01:47 +02:00
.media-sidebar .vp-setting input[type=checkbox] {
float: right;
margin-top: 10px;
2019-11-15 23:26:29 +01:00
}
.vp-setting label {
2022-06-16 14:01:47 +02:00
float: right;
margin: 8px 5px 0 8px;
max-width: 135px;
2019-11-15 23:26:29 +01:00
}
2022-06-16 14:01:47 +02:00
.vp-setting input[type=radio] {
float: right;
margin-top: 9px;
width: auto;
2019-11-15 23:26:29 +01:00
}
.vp-preview span {
2022-06-16 14:01:47 +02:00
margin-top: 18px;
2019-11-15 23:26:29 +01:00
}
.uploader-videopress {
2022-06-16 14:01:47 +02:00
margin: 16px;
2019-11-15 23:26:29 +01:00
}
.uploader-videopress .videopress-errors div {
2022-06-16 14:01:47 +02:00
margin: 16px 0;
2019-11-15 23:26:29 +01:00
}
2022-06-16 14:01:47 +02:00
.compat-field-video-rating input[type=radio],
.compat-field-display_embed input[type=checkbox],
.compat-field-allow_download input[type=checkbox] {
margin-top: -1px !important;
margin-left: 5px !important;
margin-right: 5px !important;
vertical-align: middle;
2019-11-15 23:26:29 +01:00
}