List tables: Improve the displaying of pagination links on small screens.

Pagination links can break in two lines on small screens. Implements a partial fix, new ideas and better solutions should be explored though.

See #33962.
Built from https://develop.svn.wordpress.org/trunk@35523


git-svn-id: http://core.svn.wordpress.org/trunk@35487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2015-11-04 21:43:25 +00:00
parent 600b303668
commit 3c0ed4295e
5 changed files with 5 additions and 5 deletions

View File

@ -1776,7 +1776,7 @@ div.action-links,
.tablenav-pages .pagination-links a,
.tablenav-pages-navspan {
padding: 9px 16px 12px;
padding: 9px 11px 12px;
font-size: 18px;
}

View File

@ -1776,7 +1776,7 @@ div.action-links,
.tablenav-pages .pagination-links a,
.tablenav-pages-navspan {
padding: 9px 16px 12px;
padding: 9px 11px 12px;
font-size: 18px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta2-35522';
$wp_version = '4.4-beta2-35523';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.