Ticket #26699: 26699.2.patch
File 26699.2.patch, 1018 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/css/wp-admin.css
727 727 padding-top: 10px; 728 728 } 729 729 730 #update-plugins-table tbody th.check-column,731 730 .plugins tbody th.check-column, 732 731 .plugins tbody { 733 732 padding: 8px 0 0 2px; … … 747 746 748 747 .plugins thead th.check-column, 749 748 .plugins tfoot th.check-column, 750 .plugins .inactive th.check-column, 751 #update-plugins-table thead th.check-column, 752 #update-plugins-table tfoot th.check-column { 749 .plugins .inactive th.check-column { 753 750 padding-left: 6px; 754 751 } 755 752 … … 12760 12757 12761 12758 .widefat tbody th.check-column input[type="checkbox"] { 12762 12759 margin-top: -3px; 12763 margin-left: 9px;12760 margin-left: 8px; 12764 12761 } 12765 12762 12766 12763 .wp-list-table.plugins .active .check-column input, 12767 12764 .wp-list-table.plugins .update .check-column input { 12768 margin-left: 6px;12765 margin-left: 5px; 12769 12766 } 12770 12767 12771 12768 .wp-list-table.plugins thead .check-column input,