Media: Align input and button heights in attachment details.

This tweaks the padding of the text inputs in image settings boxes on
image edit screens to match the height of the scale button.

Props eliorivero.
Fixes #37806.

git-svn-id: https://develop.svn.wordpress.org/trunk@38626 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe McGill 2016-09-20 02:17:54 +00:00
parent 4da705a7db
commit c953f0aae0
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ span.imgedit-scale-warn {
.imgedit-settings .imgedit-crop-sel input[type="text"] {
width: 50px;
font-size: 14px;
padding: 3px 5px;
padding: 5px 8px;
}
.imgedit-separator {