Fix alignment and borders of plugin/theme updates on the Updates screen.

props morganestes, ocean90.
see #26699, for trunk.


git-svn-id: https://develop.svn.wordpress.org/trunk@26935 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-01-13 15:59:23 +00:00
parent 1e3460cea3
commit 8cbbc29e8a
2 changed files with 9 additions and 8 deletions
+3 -6
View File
@@ -727,7 +727,6 @@ select,
padding-top: 10px;
}
#update-plugins-table tbody th.check-column,
.plugins tbody th.check-column,
.plugins tbody {
padding: 8px 0 0 2px;
@@ -747,9 +746,7 @@ select,
.plugins thead th.check-column,
.plugins tfoot th.check-column,
.plugins .inactive th.check-column,
#update-plugins-table thead th.check-column,
#update-plugins-table tfoot th.check-column {
.plugins .inactive th.check-column {
padding-left: 6px;
}
@@ -12761,12 +12758,12 @@ li#wp-admin-bar-menu-toggle {
.widefat tbody th.check-column input[type="checkbox"] {
margin-top: -3px;
margin-left: 9px;
margin-left: 8px;
}
.wp-list-table.plugins .active .check-column input,
.wp-list-table.plugins .update .check-column input {
margin-left: 6px;
margin-left: 5px;
}
.wp-list-table.plugins thead .check-column input,