summaryrefslogtreecommitdiff
blob: 69b79dfe660df40cf42dd7c15264974052f4210e (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
/* VideoPress Settings Modal style overrides */
.mce-videopress-field-guid,
.mce-videopress-field-freedom,
.mce-videopress-field-flashonly {
	display: none;
}

.mce-videopress-checkbox .mce-checkbox {
	left: 120px !important;
	width: 100% !important; /* assigning a full width so the label area is clickable */
}

.mce-videopress-checkbox .mce-label {
	left: 150px !important;
}

.mce-videopress-checkbox .mce-label-unit {
	position: absolute;
	left: 210px;
	top: 5px;
}

.mce-videopress-checkbox i.mce-i-checkbox {
	background-color: #fff;
	color: #1e8cbe;
}

.mce-videopress-checkbox .mce-i-checkbox:before {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	font: 400 21px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: -3px 0 0 -3px;
	content: "\f147";
}

.mce-videopress-checkbox .mce-i-checkbox.mce-checked:before {
	content: "\f147";
}

div[class*=mce-videopress-field] input[type=number] {
	width: 70px !important;
	left: 120px !important;
}

.mce-videopress-field-w .mce-label,
.mce-videopress-field-at .mce-label {
	width: 115px !important;
	text-align: right;
}

.mce-videopress-field-unit {
	position: absolute;
	left: 210px;
	top: 5px;
}