Media: Revert [46354] preventing bad clipping of text in image details page.

See #47115.

Built from https://develop.svn.wordpress.org/trunk@46355


git-svn-id: http://core.svn.wordpress.org/trunk@46154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
antpb
2019-09-30 17:12:59 +00:00
parent 7c8028febf
commit 247e7eb7d5
19 changed files with 25 additions and 68 deletions

View File

@@ -800,11 +800,6 @@ border color while dragging a file over the uploader drop area */
margin-bottom: 5px;
}
.attachment-details .setting + .description a:focus {
/* Only visible in Windows High Contrast mode */
outline: 1px solid transparent;
}
.wp_attachment_details .attachment-alt-text-description {
margin-top: 5px;
}
@@ -1119,14 +1114,10 @@ span.imgedit-scale-warn {
padding: 10px;
}
.imgedit-settings .imgedit-original-dimensions {
display: inline-block;
}
.imgedit-settings .imgedit-scale input[type="text"],
.imgedit-settings .imgedit-crop-ratio input[type="text"],
.imgedit-settings .imgedit-crop-sel input[type="text"] {
width: 80px;
width: 50px;
font-size: 14px;
padding: 5px 8px;
}
@@ -1139,11 +1130,6 @@ span.imgedit-scale-warn {
color: #444;
}
.imgedit-settings .imgedit-scale-button-wrapper {
margin-top: 0.3077em;
display: block;
}
.imgedit-settings .imgedit-scale .button {
margin-bottom: 0;
}