Skip to content

Commit

Permalink
Fix alignment of checkbox in table.widefat, fixes #11610 for 2.9
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/branches/2.9@12568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
azaozz committed Dec 29, 2009
1 parent 86d4df7 commit e0ad0d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wp-admin/css/global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions wp-admin/css/global.dev.css
Expand Up @@ -431,6 +431,7 @@ ol.ol-decimal > li {

.widefat tbody th.check-column {
padding: 7px 0 22px;
vertical-align: top;
}

.widefat .num,
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/script-loader.php
Expand Up @@ -443,7 +443,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'colors-classic', "/wp-admin/css/colors-classic$suffix.css", array(), $colors_version);
$styles->add_data( 'colors-classic', 'rtl', true );

$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20091217' );
$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20091228' );
$styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20091029' );
$styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20091118' );
$styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20091211' );
Expand Down

0 comments on commit e0ad0d7

Please sign in to comment.