Make WordPress Core

Ticket #28286: 28286.dashboard_comment_trash_notice.diff

File 28286.dashboard_comment_trash_notice.diff, 1009 bytes (added by zoerooney, 12 years ago)
  • wp-admin/css/dashboard.css

    diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css
    index 7be4175..f3ca56a 100644
    a b form.initial-form.quickpress-open input#title { 
    710710#activity-widget #the-comment-list div.undo {
    711711        background: none;
    712712        padding: 6px 0;
     713        overflow: hidden;
    713714}
    714715
    715716#activity-widget #the-comment-list .alternate,
    form.initial-form.quickpress-open input#title { 
    767768
    768769#activity-widget #the-comment-list .spam-undo-inside .avatar,
    769770#activity-widget #the-comment-list .trash-undo-inside .avatar {
    770         margin-right: 20px;
     771        margin-right: 12px;
    771772        position: relative;
    772773        top: 0;
     774        left: 0;
     775        float: left;
    773776}
    774777
    775778/* Browse happy box */
    h3:hover .edit-box { 
    850853#activity-widget .comments #the-comment-list .alt {
    851854        background-color: transparent;
    852855}
    853 
     856#activity-widget #latest-comments #the-comment-list div.undo,
    854857#activity-widget #latest-comments #the-comment-list .comment-item {
    855858        padding: 1em 12px;
    856859}