Media: Use consistent width for Scale and Crop inputs.
Follow-up to [46359]. Props sabernhardt, audrasjb. Fixes #48907. Built from https://develop.svn.wordpress.org/trunk@46856 git-svn-id: http://core.svn.wordpress.org/trunk@46656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
303180b392
commit
dd47d5aa81
|
@ -1200,7 +1200,6 @@ audio, video {
|
||||||
.imgedit-settings .imgedit-scale input[type="text"],
|
.imgedit-settings .imgedit-scale input[type="text"],
|
||||||
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
||||||
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
||||||
width: 60px;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1199,7 +1199,6 @@ audio, video {
|
||||||
.imgedit-settings .imgedit-scale input[type="text"],
|
.imgedit-settings .imgedit-scale input[type="text"],
|
||||||
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
.imgedit-settings .imgedit-crop-ratio input[type="text"],
|
||||||
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
.imgedit-settings .imgedit-crop-sel input[type="text"] {
|
||||||
width: 60px;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.4-alpha-46854';
|
$wp_version = '5.4-alpha-46856';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue