Make WordPress Core

Changeset 40794


Ignore:
Timestamp:
05/19/2017 02:43:45 PM (8 years ago)
Author:
afercia
Message:

Dashboard: Improve the Events widget spinner position after [40789].

Props iandunn.
Fixes #40735.

File:
1 edited

Legend:

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

    r40789 r40794  
    319319.community-events .spinner {
    320320    float: none;
    321     margin: 0;
    322     padding-bottom: 3px;
     321    margin: 5px 2px 0;
     322    vertical-align: top;
    323323}
    324324
     
    12521252    #community-events-submit {
    12531253        margin-bottom: 0;
     1254        /* Override .wp-core-ui .button */
     1255        vertical-align: top;
    12541256    }
    12551257
     
    12621264        padding: 6px 0;
    12631265        border: 1px solid transparent;
     1266    }
     1267
     1268    .community-events .spinner {
     1269        margin-top: 7px;
    12641270    }
    12651271}
Note: See TracChangeset for help on using the changeset viewer.