diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
index 083159a22f..dbd7f08c70 100644
|
|
|
img {
|
| 3852 | 3852 | .subsubsub { |
| 3853 | 3853 | font-size: 16px; |
| 3854 | 3854 | text-align: center; |
| 3855 | | margin-bottom: 15px; |
| 3856 | 3855 | } |
| 3857 | 3856 | |
| 3858 | 3857 | /* Theme/Plugin File Editor */ |
diff --git src/wp-admin/css/list-tables.css src/wp-admin/css/list-tables.css
index 21fd032798..e7a11dc7b5 100644
|
|
|
div.action-links,
|
| 1641 | 1641 | } |
| 1642 | 1642 | |
| 1643 | 1643 | .tablenav.top { |
| 1644 | | margin: 20px 0 5px 0; |
| | 1644 | margin: 0; |
| 1645 | 1645 | } |
| 1646 | 1646 | |
| 1647 | 1647 | .tablenav.bottom { |
| … |
… |
div.action-links,
|
| 1670 | 1670 | |
| 1671 | 1671 | /* Pagination */ |
| 1672 | 1672 | .tablenav.top .displaying-num { |
| 1673 | | display: none; |
| | 1673 | font-size: 14px; |
| 1674 | 1674 | } |
| 1675 | 1675 | |
| 1676 | 1676 | .tablenav.bottom .displaying-num { |
| 1677 | | position: absolute; |
| 1678 | | right: 0; |
| 1679 | | top: 11px; |
| 1680 | | margin: 0; |
| 1681 | | font-size: 14px; |
| | 1677 | display: none; |
| 1682 | 1678 | } |
| 1683 | 1679 | |
| 1684 | 1680 | .tablenav .tablenav-pages { |
| … |
… |
div.action-links,
|
| 1692 | 1688 | } |
| 1693 | 1689 | |
| 1694 | 1690 | .tablenav.top .tablenav-pages.one-page { |
| 1695 | | display: none; |
| | 1691 | text-align: right; |
| | 1692 | margin: 0 0 15px; |
| 1696 | 1693 | } |
| 1697 | 1694 | |
| 1698 | 1695 | .tablenav.bottom .tablenav-pages.one-page { |