PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 10.2.2
Jetpack – WP Security, Backup, Speed, & Growth v10.2.2
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 14.2.2 All 502 releases
jetpack / modules / widgets / milestone / style-admin.css

style-admin.css in Jetpack – WP Security, Backup, Speed, & Growth 10.2.2, at modules/widgets/milestone/style-admin.css

51 lines 818 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .milestone-widget fieldset {
2 margin-bottom: 1em;
3 }
4
5 .milestone-widget fieldset * {
6 vertical-align: middle;
7 }
8
9 .jp-ms-data-time input[type="text"] {
10 text-align: right;
11 width: 2.1em;
12 }
13
14 .jp-ms-data-time .month {
15 width: 5.4em;
16
17 }
18
19 .jp-ms-data-time .year[type="text"] {
20 text-align: right;
21 width: 3.2em;
22 }
23
24 .jp-ms-data-time input[type="text"] {
25 text-align: right;
26 width: 3.2em;
27 }
28
29 .jp-ms-data-time .year[type="text"] {
30 width: 4.5em;
31 }
32
33 .jp-ms-data-time .assistive-text,
34 .jp-ms-data-unit .assistive-text {
35 position: absolute !important;
36 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
37 clip: rect(1px, 1px, 1px, 1px);
38 }
39
40 @media screen and (max-width: 782px) {
41 .jp-ms-data-time input[type="text"],
42 .jp-ms-data-time .year[type="text"] {
43 width: 2.8em;
44
45 }
46
47 .jp-ms-data-time .year[type="text"] {
48 width: 4em;
49 }
50 }
51