Don't let "Crunching" overlap image name while uploading, props hakre, fixes #11447

git-svn-id: https://develop.svn.wordpress.org/trunk@12654 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2010-01-08 01:01:52 +00:00
parent 1a17554691
commit 4b7556c1db
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -2953,7 +2953,7 @@ abbr.required {
.media-item .original {
position: relative;
height: 34px;
text-align: center;
width: 503px;
}
.media-item .percent {

View File

@ -430,7 +430,7 @@ function wp_default_styles( &$styles ) {
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20091227';
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20091227' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100107' );
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20091221' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );