Make WordPress Core

Changeset 33252


Ignore:
Timestamp:
07/14/2015 04:01:10 AM (9 years ago)
Author:
obenland
Message:

Editor: Center-align Publish/Update spinner on small-screen devices.

Props tywayne for initial patch.
Fixes #32947.

File:
1 edited

Legend:

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

    r33132 r33252  
    15291529    }
    15301530
     1531    #publishing-action .spinner {
     1532        float: none;
     1533        margin-top: -2px; /* Half of the Publish button's bottom margin. */
     1534    }
     1535
    15311536    /* Moderate Comment */
    15321537    .comment-ays th,
Note: See TracChangeset for help on using the changeset viewer.