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 { |
| 710 | 710 | #activity-widget #the-comment-list div.undo { |
| 711 | 711 | background: none; |
| 712 | 712 | padding: 6px 0; |
| | 713 | overflow: hidden; |
| 713 | 714 | } |
| 714 | 715 | |
| 715 | 716 | #activity-widget #the-comment-list .alternate, |
| … |
… |
form.initial-form.quickpress-open input#title { |
| 767 | 768 | |
| 768 | 769 | #activity-widget #the-comment-list .spam-undo-inside .avatar, |
| 769 | 770 | #activity-widget #the-comment-list .trash-undo-inside .avatar { |
| 770 | | margin-right: 20px; |
| | 771 | margin-right: 12px; |
| 771 | 772 | position: relative; |
| 772 | 773 | top: 0; |
| | 774 | left: 0; |
| | 775 | float: left; |
| 773 | 776 | } |
| 774 | 777 | |
| 775 | 778 | /* Browse happy box */ |
| … |
… |
h3:hover .edit-box { |
| 850 | 853 | #activity-widget .comments #the-comment-list .alt { |
| 851 | 854 | background-color: transparent; |
| 852 | 855 | } |
| 853 | | |
| | 856 | #activity-widget #latest-comments #the-comment-list div.undo, |
| 854 | 857 | #activity-widget #latest-comments #the-comment-list .comment-item { |
| 855 | 858 | padding: 1em 12px; |
| 856 | 859 | } |