PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 6.9
Jetpack – WP Security, Backup, Speed, & Growth v6.9
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / modules / videopress / css / editor.css

editor.css in Jetpack – WP Security, Backup, Speed, & Growth 6.9, at modules/videopress/css/editor.css

60 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* VideoPress Settings Modal style overrides */
2 .mce-videopress-field-guid,
3 .mce-videopress-field-freedom,
4 .mce-videopress-field-flashonly {
5 display: none;
6 }
7
8 .mce-videopress-checkbox .mce-checkbox {
9 left: 120px !important;
10 width: 100% !important; /* assigning a full width so the label area is clickable */
11 }
12
13 .mce-videopress-checkbox .mce-label {
14 left: 150px !important;
15 }
16
17 .mce-videopress-checkbox .mce-label-unit {
18 position: absolute;
19 left: 210px;
20 top: 5px;
21 }
22
23 .mce-videopress-checkbox i.mce-i-checkbox {
24 background-color: #fff;
25 color: #1e8cbe;
26 }
27
28 .mce-videopress-checkbox .mce-i-checkbox:before {
29 display: inline-block;
30 vertical-align: middle;
31 width: 16px;
32 font: 400 21px/1 dashicons;
33 speak: none;
34 -webkit-font-smoothing: antialiased;
35 -moz-osx-font-smoothing: grayscale;
36 margin: -3px 0 0 -3px;
37 content: "\f147";
38 }
39
40 .mce-videopress-checkbox .mce-i-checkbox.mce-checked:before {
41 content: "\f147";
42 }
43
44 div[class*=mce-videopress-field] input[type=number] {
45 width: 70px !important;
46 left: 120px !important;
47 }
48
49 .mce-videopress-field-w .mce-label,
50 .mce-videopress-field-at .mce-label {
51 width: 115px !important;
52 text-align: right;
53 }
54
55 .mce-videopress-field-unit {
56 position: absolute;
57 left: 210px;
58 top: 5px;
59 }
60