Changeset 35420
- Timestamp:
- 10/28/2015 08:07:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/dashboard.css
r35414 r35420 587 587 } 588 588 589 #dashboard_quick_press .drafts h2 { 590 line-height: inherit; 591 } 592 589 593 #dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */ 590 594 #dashboard-widgets .inside h3 { … … 594 598 595 599 /* Dashboard activity widget */ 596 597 #dashboard_activity ul {598 padding: 0 12px;599 }600 600 601 601 #dashboard_activity .comment-meta span.approve:before { … … 610 610 611 611 #dashboard_activity .inside { 612 padding: 0;613 612 margin: 0; 614 613 } … … 616 615 #dashboard_activity .no-activity { 617 616 overflow: hidden; 618 padding: 0 12px12px;617 padding: 0 0 12px; 619 618 text-align: center; 620 619 } … … 647 646 border-top: 1px solid #eeeeee; 648 647 margin-top: 0; 649 padding: 8px 12px4px;648 padding: 8px 0 4px; 650 649 } 651 650 … … 671 670 .activity-block { 672 671 border-bottom: 1px solid #eee; 673 overflow: hidden;674 672 padding: 8px 0 4px; 675 673 } … … 801 799 #latest-comments #the-comment-list { 802 800 position: relative; 801 margin: 0 -12px; 803 802 } 804 803
Note: See TracChangeset
for help on using the changeset viewer.