Make WordPress Core

Changeset 35420


Ignore:
Timestamp:
10/28/2015 08:07:16 PM (9 years ago)
Author:
wonderboymusic
Message:

Dashboard: cleanup after [35414].

Props afercia.
Fixes #33558.

File:
1 edited

Legend:

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

    r35414 r35420  
    587587}
    588588
     589#dashboard_quick_press .drafts h2 {
     590    line-height: inherit;
     591}
     592
    589593#dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */
    590594#dashboard-widgets .inside h3 {
     
    594598
    595599/* Dashboard activity widget */
    596 
    597 #dashboard_activity ul {
    598     padding: 0 12px;
    599 }
    600600
    601601#dashboard_activity .comment-meta span.approve:before {
     
    610610
    611611#dashboard_activity .inside {
    612     padding: 0;
    613612    margin: 0;
    614613}
     
    616615#dashboard_activity .no-activity {
    617616    overflow: hidden;
    618     padding: 0 12px 12px;
     617    padding: 0 0 12px;
    619618    text-align: center;
    620619}
     
    647646    border-top: 1px solid #eeeeee;
    648647    margin-top: 0;
    649     padding: 8px 12px 4px;
     648    padding: 8px 0 4px;
    650649}
    651650
     
    671670.activity-block {
    672671    border-bottom: 1px solid #eee;
    673     overflow: hidden;
    674672    padding: 8px 0 4px;
    675673}
     
    801799#latest-comments #the-comment-list {
    802800    position: relative;
     801    margin: 0 -12px;
    803802}
    804803
Note: See TracChangeset for help on using the changeset viewer.