From 2dc1a1d97f045200abdac978d1f6f9589a3ca6ce Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 7 Nov 2012 19:57:55 +0000 Subject: [PATCH] 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 --- wp-admin/css/wp-admin.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index acdcd13244..ad9bd64fb2 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -614,6 +614,10 @@ select, vertical-align: top; } +.widefat tbody th.check-column { + padding: 9px 0 22px; +} + .widefat.media .check-column { padding-top: 8px; }