# jetpack/7.2.2/modules/widgets/milestone/style-admin.css

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 7.2.2. 51 lines.

- Page: https://pluginprobe.com/plugins/jetpack/7.2.2/code/modules/widgets/milestone/style-admin.css
- Raw: https://pluginprobe.com/plugins/jetpack/7.2.2/raw/modules/widgets/milestone/style-admin.css
- Modified: 2017-09-26T23:25:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/7.2.2/code/modules/widgets/milestone/style-admin.css#L10-L20`.

```css
.milestone-widget fieldset {
	margin-bottom: 1em;
}

.milestone-widget fieldset * {
	vertical-align: middle;
}

.jp-ms-data-time input[type="text"] {
	text-align: right;
	width: 2.1em;
}

.jp-ms-data-time .month {
	width: 5.4em;

}

.jp-ms-data-time .year[type="text"] {
	text-align: right;
	width: 3.2em;
}

.jp-ms-data-time input[type="text"] {
	text-align: right;
	width: 3.2em;
}

.jp-ms-data-time .year[type="text"] {
	width: 4.5em;
}

.jp-ms-data-time .assistive-text,
.jp-ms-data-unit .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 782px) {
	.jp-ms-data-time input[type="text"],
	.jp-ms-data-time .year[type="text"] {
		width: 2.8em;

	}

	.jp-ms-data-time .year[type="text"] {
		width: 4em;
	}
}

```
