From c953f0aae01b6ddecfcd4e1eadf97ee1129b283f Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Tue, 20 Sep 2016 02:17:54 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css index 22cc406f23..72625bca34 100644 --- a/src/wp-admin/css/media.css +++ b/src/wp-admin/css/media.css @@ -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 {