Importers and Install themes thickbox fixes, props helenyhou, see #18198

git-svn-id: http://svn.automattic.com/wordpress/trunk@18704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-09-18 19:39:49 +00:00
parent 9601be8055
commit 80720acfc4
4 changed files with 18 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -5028,7 +5028,15 @@ td.media-icon img {
display: block;
}
.import-system {font-size: 16px;}
.importers td {
padding-right: 14px;
}
.importers {
font-size: 16px;
width: auto;
}
#namediv table {
width: 100%;
}
@ -7167,6 +7175,12 @@ h3 span {
padding: 20px 15px;
}
#theme-information .available-theme {
overflow: visible;
padding: 20px 15px;
width: 440px;
}
#theme-information .theme-preview-img {
float: left;
margin: 5px 25px 10px 15px;

View File

@ -75,7 +75,7 @@ if ( empty($importers) ) {
} else {
uasort($importers, create_function('$a, $b', 'return strcmp($a[0], $b[0]);'));
?>
<table class="widefat" cellspacing="0">
<table class="widefat importers" cellspacing="0">
<?php
$style = '';

View File

@ -401,7 +401,7 @@ function wp_default_styles( &$styles ) {
// Any rtl stylesheets that don't have a .dev version for ltr
$no_suffix = array( 'farbtastic' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110918' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110918a' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array('wp-admin'), '20110902' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );