Make WordPress Core

Ticket #33558: 33558.6.patch

File 33558.6.patch, 1.3 KB (added by afercia, 9 years ago)

fixing the activity widget

  • src/wp-admin/css/dashboard.css

     
    586586        color: #23282d;
    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 {
    591595        margin-left: 0;
     
    594598
    595599/* Dashboard activity widget */
    596600
    597 #dashboard_activity ul {
    598         padding: 0 12px;
    599 }
    600 
    601601#dashboard_activity .comment-meta span.approve:before {
    602602        content: "\f227";
    603603        font: 20px/.5 dashicons;
     
    609609}
    610610
    611611#dashboard_activity .inside {
    612         padding: 0;
    613612        margin: 0;
    614613}
    615614
    616615#dashboard_activity .no-activity {
    617616        overflow: hidden;
    618         padding: 0 12px 12px;
     617        padding: 0 0 12px;
    619618        text-align: center;
    620619}
    621620
     
    646645        float: none;
    647646        border-top: 1px solid #eeeeee;
    648647        margin-top: 0;
    649         padding: 8px 12px 4px;
     648        padding: 8px 0 4px;
    650649}
    651650
    652651#future-posts ul,
     
    670669
    671670.activity-block {
    672671        border-bottom: 1px solid #eee;
    673         overflow: hidden;
    674672        padding: 8px 0 4px;
    675673}
    676674
     
    800798
    801799#latest-comments #the-comment-list {
    802800        position: relative;
     801        margin: 0 -12px;
    803802}
    804803
    805804#activity-widget #the-comment-list .comment,