From 819f3b10462efc5e69e6c94789414fb1370cc6f9 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 24 May 2009 01:15:25 +0000 Subject: [PATCH] Plugins update notices css tweak git-svn-id: https://develop.svn.wordpress.org/trunk@11444 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index e9d77335d8..21f8711768 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -82,13 +82,13 @@ select option { .plugins .active th { border-top-style: solid; border-top-width: 1px; - padding: 4px 7px 0; + padding: 5px 7px 0; } .plugins .second td, .plugins .second th { border-top: 0 none; - padding: 0 7px 4px; + padding: 0 7px 5px; } .plugins-php .widefat tfoot th, @@ -801,7 +801,7 @@ td.media-icon img { } .plugin-update .update-message { - margin: 0 10px 10px 31px; + margin: 0 10px 5px 31px; font-weight: bold; }