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.
Built from https://develop.svn.wordpress.org/trunk@38626


git-svn-id: http://core.svn.wordpress.org/trunk@38569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Joe McGill 2016-09-20 02:18:30 +00:00
parent 8f36a570cb
commit 0a906543af
5 changed files with 5 additions and 5 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 {

File diff suppressed because one or more lines are too long

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 {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38625';
$wp_version = '4.7-alpha-38626';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.