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

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

Built from https://develop.svn.wordpress.org/trunk@26935


git-svn-id: http://core.svn.wordpress.org/trunk@26816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2014-01-13 16:00:11 +00:00
parent 6c0fe71d05
commit f49bd78ae4
22 changed files with 36 additions and 34 deletions

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,