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

git-svn-id: http://core.svn.wordpress.org/trunk@22432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-11-07 19:57:55 +00:00
parent 30d048a1e7
commit 8d079808c5

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;
}