Ticket #26699: 26699.diff
File 26699.diff, 869 bytes (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin.css
728 728 #update-plugins-table tbody th.check-column, 729 729 .plugins tbody th.check-column, 730 730 .plugins tbody { 731 padding: 8px 0 0 2px;731 padding: 11px 0 0 3px; 732 732 } 733 733 734 734 .plugins tbody th.check-column input[type=checkbox] { … … 748 748 .plugins .inactive th.check-column, 749 749 #update-plugins-table thead th.check-column, 750 750 #update-plugins-table tfoot th.check-column { 751 padding-left: 6px;751 padding-left: 3px; 752 752 } 753 753 754 754 #update-plugins-table thead th.check-column, … … 12744 12744 12745 12745 .widefat tbody th.check-column input[type="checkbox"] { 12746 12746 margin-top: -3px; 12747 margin-left: 9px;12747 margin-left: 8px; 12748 12748 } 12749 12749 12750 12750 .wp-list-table.plugins .active .check-column input,