Make WordPress Core

Changeset 32069


Ignore:
Timestamp:
04/07/2015 07:13:45 PM (10 years ago)
Author:
helen
Message:

Pointers: Make the dismiss icon a consistent size.

fixes #31915.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/wp-pointer.css

    r32051 r32069  
    6565    content: '\f153';
    6666    display: block !important;
    67     font: normal 13px/1 'dashicons';
     67    font: normal 16px/1 'dashicons';
    6868    speak: none;
    6969    margin: 1px 0;
     
    7373    height: 100%;
    7474    position: absolute;
    75     left: -12px;
     75    left: -15px;
    7676    top: 1px;
    7777}
Note: See TracChangeset for help on using the changeset viewer.