Make WordPress Core

Changeset 26709


Ignore:
Timestamp:
12/06/2013 12:42:36 AM (11 years ago)
Author:
iammattthomas
Message:

Fix the positioning of arrow icons in the slider buttons in Revisions. See #26439.

File:
1 edited

Legend:

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

    r26708 r26709  
    50165016.wp-slider .ui-slider-handle.to-handle:before {
    50175017    font-size: 20px !important;
    5018     height: 8px;
    5019     width: 7px;
    5020     margin-left: 0;
     5018    margin: -1px 0 0 -1px;
    50215019}
    50225020
     
    50275025.wp-slider .ui-slider-handle.to-handle:before {
    50285026    content: '\f141';
    5029 
    50305027}
    50315028
Note: See TracChangeset for help on using the changeset viewer.