Fix styling for the plugins screen

git-svn-id: https://develop.svn.wordpress.org/trunk@11422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-21 09:40:11 +00:00
parent 02930f69d6
commit 01d5ecf991
7 changed files with 40 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ jQuery(document).ready(function($) {
tbWindow.css({'top':'20px','margin-top':'0'});
};
return $('#dashboard_plugins a.thickbox, #install-plugins a.thickbox').each( function() {
return $('#dashboard_plugins a.thickbox, .plugins a.thickbox').each( function() {
var href = $(this).attr('href');
if ( ! href )
return;