Make WordPress Core

Changeset 33444


Ignore:
Timestamp:
07/27/2015 03:42:44 PM (10 years ago)
Author:
obenland
Message:

Menus: Readjust screen options toggle icon.

Third revision. This will let the icon appear slightly bigger than the help
icon on Macs and just slightly smaller on Windows machines. It's a compromise
in every way.

Fixes #32733. Again.

File:
1 edited

Legend:

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

    r33413 r33444  
    342342    content: "\f111";
    343343    display: block;
    344     font: 16px/1 "dashicons";
     344    font: 18px/1 "dashicons";
    345345    padding: 5px;
    346346    text-align: center;
    347347    text-decoration: none !important;
    348348    text-indent: 0;
    349     left: 7px;
    350     position: absolute;
    351     top: 7px;
     349    left: 6px;
     350    position: absolute;
     351    top: 6px;
    352352}
    353353
Note: See TracChangeset for help on using the changeset viewer.