Ticket #34987: 34987.2.patch
File 34987.2.patch, 1.1 KB (added by , 8 years ago) |
---|
-
src/wp-admin/css/dashboard.css
746 746 margin: 10px; 747 747 } 748 748 749 .edit-box { 749 /* hide the first Configure widget link if any */ 750 .handlediv .screen-reader-text .postbox-title-action { 750 751 display: none; 751 752 } 752 753 753 h3:hover .edit-box { 754 display: inline; 754 .edit-box { 755 position: relative; 756 left: -9999em; 755 757 } 756 758 759 .hndle:hover .edit-box, 760 .hndle .edit-box:focus { 761 position: static; 762 } 763 757 764 #dashboard-widgets form .input-text-wrap input { 758 765 width: 100%; 759 766 } … … 777 784 text-decoration: none; 778 785 } 779 786 780 #dashboard-widgets h 3a {787 #dashboard-widgets h2 a { 781 788 text-decoration: underline; 782 789 } 783 790 784 #dashboard-widgets h 3.postbox-title-action {791 #dashboard-widgets h2 .postbox-title-action { 785 792 position: absolute; 786 793 right: 10px; 787 794 padding: 0; 788 top: 5px;795 top: 7px; 789 796 } 790 797 791 .js #dashboard-widgets h 3.postbox-title-action {798 .js #dashboard-widgets h2 .postbox-title-action { 792 799 right: 33px; 793 800 } 794 801