summaryrefslogtreecommitdiff
blob: 149dba9e6d20b45f376d0dc35c9a3026c2da9745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/* Do not modify this file directly.  It is concatenated from individual module CSS files. */
/**
 * VideoPress admin media styles
 */
.videopress-modal-backdrop {
	background: #000;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 100;
}

.videopress-modal {
	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;
}

.videopress-modal .submit {
	text-align: left;
	padding: 10px 0 5px;
}

.videopress-preview {
	display: block;
	float: left;
	width: 65%;
	margin-top: 18px;
	background: black;
	min-height: 97px;
	text-decoration: none;
}

.vp-preview span.videopress-preview-unavailable {
	width: 65%;
	float: left;
	text-align: right;
	margin-left: 0;
}

.videopress-preview img {
	float: right;
	width: 100%;
}

.videopress-preview span {
	display: block;
	padding-top: 40px;
	color: white !important;
	text-align: center;
}

.vp-setting .help {
	margin: 0 35% 4px 0;
}

.media-sidebar .vp-setting input[type="checkbox"] {
	float: right;
	margin-top: 10px;
}

.vp-setting label {
	float: right;
	margin: 8px 5px 0 8px;
	max-width: 135px;
}

.vp-setting input[type='radio'] {
	float: right;
	margin-top: 9px;
	width: auto;
}

.vp-preview span {
	margin-top: 18px;
}

.uploader-videopress {
	margin: 16px;
}

.uploader-videopress .videopress-errors div {
	margin: 16px 0;
}