Ensure that plugins needing updates that aren't activated get their checkbox aligned properly. Fixes #26489, props ocean90.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-09 00:30:11 +00:00
parent 3dc744d0cb
commit c972cbb188
4 changed files with 4 additions and 6 deletions

View File

@ -727,8 +727,7 @@ select,
#update-plugins-table tbody th.check-column,
.plugins tbody th.check-column,
.plugins tbody,
.plugins .inactive.update th.check-column {
.plugins tbody {
padding: 8px 2px 0 0;
}

File diff suppressed because one or more lines are too long

View File

@ -727,8 +727,7 @@ select,
#update-plugins-table tbody th.check-column,
.plugins tbody th.check-column,
.plugins tbody,
.plugins .inactive.update th.check-column {
.plugins tbody {
padding: 8px 0 0 2px;
}

File diff suppressed because one or more lines are too long