Admin Reskin: Correct vertical alignment of pagination elements in list tables.
Props TobiasBg, rcorrales, opurockey, rahultank, SergeyBiryukov. Fixes #64975. Built from https://develop.svn.wordpress.org/trunk@62182 git-svn-id: http://core.svn.wordpress.org/trunk@61463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -683,6 +683,7 @@ th.sorted a span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tablenav-pages .current-page {
|
.tablenav-pages .current-page {
|
||||||
|
vertical-align: top;
|
||||||
margin: 0 0 0 2px;
|
margin: 0 0 0 2px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
2
wp-admin/css/list-tables-rtl.min.css
vendored
2
wp-admin/css/list-tables-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -682,6 +682,7 @@ th.sorted a span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tablenav-pages .current-page {
|
.tablenav-pages .current-page {
|
||||||
|
vertical-align: top;
|
||||||
margin: 0 2px 0 0;
|
margin: 0 2px 0 0;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
2
wp-admin/css/list-tables.min.css
vendored
2
wp-admin/css/list-tables.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '7.1-alpha-62180';
|
$wp_version = '7.1-alpha-62182';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user