PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 15.9.2
Jetpack – WP Security, Backup, Speed, & Growth v15.9.2
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 14.4.2 All 500 releases
jetpack / modules / videopress / css / editor-rtl.css
editor-rtl.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 right: 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 right: 150px !important;
15 }
16
17 .mce-videopress-checkbox .mce-label-unit {
18 position: absolute;
19 right: 210px;
20 top: 5px;
21 }
22
23 .mce-videopress-checkbox i.mce-i-checkbox {
24 background-color: #fff;
25 color: #4f94d4;
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 -3px 0 0;
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 right: 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: left;
53 }
54
55 .mce-videopress-field-unit {
56 position: absolute;
57 right: 210px;
58 top: 5px;
59 }
60