mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Widgets: Remove extra padding from number inputs in Recent Posts and Recent Comments widgets.
Props marcio-zebedeu, audrasjb, SergeyBiryukov. Fixes #49195. Built from https://develop.svn.wordpress.org/trunk@47082 git-svn-id: http://core.svn.wordpress.org/trunk@46882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
82f41c5afc
commit
0f47f2b9e5
@ -465,6 +465,7 @@ input.small-text {
|
|||||||
|
|
||||||
input[type="number"].small-text {
|
input[type="number"].small-text {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.tiny-text {
|
input.tiny-text {
|
||||||
@ -473,6 +474,7 @@ input.tiny-text {
|
|||||||
|
|
||||||
input[type="number"].tiny-text {
|
input[type="number"].tiny-text {
|
||||||
width: 45px;
|
width: 45px;
|
||||||
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#doaction,
|
#doaction,
|
||||||
|
2
wp-admin/css/forms-rtl.min.css
vendored
2
wp-admin/css/forms-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -464,6 +464,7 @@ input.small-text {
|
|||||||
|
|
||||||
input[type="number"].small-text {
|
input[type="number"].small-text {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.tiny-text {
|
input.tiny-text {
|
||||||
@ -472,6 +473,7 @@ input.tiny-text {
|
|||||||
|
|
||||||
input[type="number"].tiny-text {
|
input[type="number"].tiny-text {
|
||||||
width: 45px;
|
width: 45px;
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#doaction,
|
#doaction,
|
||||||
|
2
wp-admin/css/forms.min.css
vendored
2
wp-admin/css/forms.min.css
vendored
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-47081';
|
$wp_version = '5.4-alpha-47082';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user