--- a/wp/wp-includes/css/media-views.css Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/css/media-views.css Tue Sep 27 16:37:53 2022 +0200
@@ -1394,7 +1394,7 @@
top: 50%;
left: 15%;
width: 70%;
- margin: -5px 0 0 0;
+ margin: -5px 0 0;
}
.media-uploader-status {
@@ -1437,36 +1437,10 @@
}
.media-uploader-status .upload-dismiss-errors {
- position: absolute;
- top: -3px;
- right: -5px;
- padding: 5px;
- border-radius: 50%;
transition: none;
text-decoration: none;
}
-.uploader-inline .media-uploader-status .upload-dismiss-errors {
- top: 2px;
- right: 2px;
-}
-
-.media-uploader-status .upload-dismiss-errors::before {
- content: "\f153";
- display: block;
- font: normal 16px/1 dashicons;
- color: #787c82;
-}
-
-.uploader-inline .errors.media-uploader-status .upload-dismiss-errors::before {
- color: #646970;
-}
-
-.errors.media-uploader-status .upload-dismiss-errors:hover::before,
-.errors.media-uploader-status .upload-dismiss-errors:focus::before {
- color: #d63638;
-}
-
.upload-errors .upload-error {
padding: 12px;
margin-bottom: 12px;
@@ -1976,7 +1950,7 @@
}
.media-modal .imgedit-wrap .imgedit-panel-content {
- padding: 16px 16px 0 16px;
+ padding: 16px 16px 0;
position: absolute;
top: 0;
right: 282px;
@@ -2140,7 +2114,7 @@
.embed-link-settings,
.embed-media-settings {
position: absolute;
- top: 70px;
+ top: 82px;
left: 0;
right: 0;
bottom: 0;
@@ -2148,6 +2122,10 @@
overflow: auto;
}
+.media-embed .embed-link-settings .link-text {
+ margin-top: 0;
+}
+
/*
* Implementation of bottom padding in overflow content differs across browsers.
* We need a different method. See https://github.com/w3c/csswg-drafts/issues/129
@@ -2289,7 +2267,7 @@
.image-details .custom-size .sep {
float: left;
- margin: 26px 6px 0 6px;
+ margin: 26px 6px 0;
}
.image-details .custom-size .description {
@@ -2428,7 +2406,7 @@
float: left;
width: 25%;
text-align: right;
- margin: 8px 1% 0 1%;
+ margin: 8px 1% 0;
line-height: 1.1;
}
@@ -2625,7 +2603,7 @@
.media-sidebar .setting,
.attachment-details .setting {
- margin: 6px 0px;
+ margin: 6px 0;
}
.media-sidebar .setting input,
@@ -2919,7 +2897,7 @@
/* Change margin direction on load more button in responsive views. */
.load-more-wrapper .load-more-jump {
- margin: 12px 0 0 0;
+ margin: 12px 0 0;
}
}
@@ -2933,7 +2911,7 @@
/* Change margin direction on load more button in responsive views. */
.load-more-wrapper .load-more-jump {
- margin: 12px 0 0 0;
+ margin: 12px 0 0;
}
}