PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.6.2
Jetpack – WP Security, Backup, Speed, & Growth v7.6.2
16.3-a.1 16.2 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 All 503 releases
jetpack / modules / videopress / css / editor-rtl.css

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

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