first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
.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;
}
}