Align the check column on the Updates screen. props ocean90. fixes #22339.

git-svn-id: https://develop.svn.wordpress.org/trunk@22432 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-11-07 19:57:55 +00:00
parent c2ad4403de
commit 2dc1a1d97f
1 changed files with 4 additions and 0 deletions

View File

@ -614,6 +614,10 @@ select,
vertical-align: top;
}
.widefat tbody th.check-column {
padding: 9px 0 22px;
}
.widefat.media .check-column {
padding-top: 8px;
}