Importers and Install themes thickbox fixes, props helenyhou, see #18198
git-svn-id: https://develop.svn.wordpress.org/trunk@18704 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ff6097e6ee
commit
2f8ab419ac
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
@ -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 = '';
|
||||
|
@ -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' );
|
||||
|
Loading…
Reference in New Issue
Block a user