kollapsminoriteten/wp-content/plugins/jetpack/modules/widgets/milestone/style-admin.css

65 lines
1.3 KiB
CSS
Raw Normal View History

2019-11-15 23:26:29 +01:00
.milestone-widget fieldset {
margin-bottom: 1em;
}
.milestone-widget fieldset * {
vertical-align: middle;
}
.jp-ms-data-time input[type="text"] {
text-align: right;
2025-05-07 06:48:41 +02:00
width: 3.2em;
2019-11-15 23:26:29 +01:00
}
.jp-ms-data-time .month {
width: 5.4em;
}
.jp-ms-data-time .year[type="text"] {
text-align: right;
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) {
2025-05-07 06:48:41 +02:00
2019-11-15 23:26:29 +01:00
.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;
}
}
2022-04-02 10:26:41 +02:00
2025-08-27 08:44:30 +02:00
/* Fix styles of the Milestone block when it is displayed
* as a part of the Legacy Widget block */
2022-04-02 10:26:41 +02:00
.wp-block-legacy-widget__edit-form .widget-inside .widget-content .jp-ms-data-time .month {
display: inline-block;
width: 6.5em;
min-height: 34px;
}
.wp-block-legacy-widget__edit-form .widget-inside .widget-content .jp-ms-data-time input[type="text"] {
display: inline-block;
width: 3.2em;
}
.wp-block-legacy-widget__edit-form .widget-inside .widget-content .jp-ms-data-time .year[type="text"] {
width: 4.5em;
}
.editor-styles-wrapper ul.milestone-type {
list-style-type: none;
padding-left: 0;
2025-05-07 06:48:41 +02:00
}