Make WordPress Core

Changeset 49178


Ignore:
Timestamp:
10/17/2020 01:11:58 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Administration: Wrap the list table items count to a new line on small screens.

This avoids overlapping with action buttons and brings some consistency to bottom paddings across various screens.

Props passoniate, afercia, anuj2, rolfsiebers, uxkai, ireneyoast, thijsvanloef, hellofromTonya, audrasjb, helen, SergeyBiryukov.
Fixes #49246.

Location:
trunk/src/wp-admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/edit.css

    r49170 r49178  
    17971797        }
    17981798
     1799        .edit-term-notes {
     1800                display: none;
     1801        }
     1802
    17991803        .privacy-text-box {
    18001804                width: auto;
  • trunk/src/wp-admin/css/list-tables.css

    r48281 r49178  
    16971697
    16981698        .tablenav.bottom .tablenav-pages.one-page {
    1699                 margin: 15px 0 0 0;
     1699                margin-top: 15px;
    17001700                height: 0;
    17011701        }
     
    21532153        }
    21542154
     2155        .tablenav.bottom .displaying-num {
     2156                position: relative;
     2157                top: 0;
     2158                display: block;
     2159                text-align: right;
     2160                padding-bottom: 0.5em;
     2161        }
     2162
     2163        .tablenav.bottom .tablenav-pages.one-page {
     2164                height: auto;
     2165        }
     2166
    21552167        .tablenav-pages .tablenav-paging-text {
    21562168                float: left;
  • trunk/src/wp-admin/edit.php

    r49125 r49178  
    478478
    479479<div id="ajax-response"></div>
    480 <br class="clear" />
     480<div class="clear" /></div>
    481481</div>
    482482
  • trunk/src/wp-admin/users.php

    r49108 r49178  
    591591</form>
    592592
    593 <br class="clear" />
     593<div class="clear" /></div>
    594594</div>
    595595                <?php
Note: See TracChangeset for help on using the changeset viewer.