Make WordPress Core

Changeset 26712


Ignore:
Timestamp:
12/06/2013 01:15:33 AM (11 years ago)
Author:
iammattthomas
Message:

Hide the 'Dismiss' label in the dashboard welcome panel at smartphone sizes, so the close link doesn't overlap the Welcome headline. See #25858.

File:
1 edited

Legend:

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

    r26709 r26712  
    1300213002        z-index: 400;
    1300313003    }
     13004   
     13005    /* Keep the close icon from overlapping the Welcome text. */
     13006    .welcome-panel .welcome-panel-close {
     13007        overflow: hidden;
     13008        text-indent: 100%;
     13009        white-space: nowrap;
     13010        width: 20px;
     13011        height: 20px;
     13012        right: 0;
     13013        padding: 5px;
     13014    }
     13015
     13016    /* Make the close icon larger for tappability. */
     13017    #welcome-panel.welcome-panel .welcome-panel-close::before {
     13018        font-size: 20px;
     13019        margin: 0;
     13020    }
    1300413021
    1300513022    /* Keep full-width boxes on Edit Post page from causing horizontal scroll */
Note: See TracChangeset for help on using the changeset viewer.