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:
Sergey Biryukov
2026-03-30 21:10:40 +00:00
parent 0d1ae47cde
commit 3a476a9f7d
5 changed files with 5 additions and 3 deletions

View File

@@ -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;

File diff suppressed because one or more lines are too long

View File

@@ -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;

File diff suppressed because one or more lines are too long

View File

@@ -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.