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:
parent
3dc744d0cb
commit
c972cbb188
|
@ -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
|
@ -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
Loading…
Reference in New Issue