Remove .js .item-order style made redundant by r18755. See #18314.

git-svn-id: https://develop.svn.wordpress.org/trunk@18770 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave 2011-09-24 19:57:52 +00:00
parent 492a5d031c
commit 57768a1a80
3 changed files with 2 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -6061,10 +6061,6 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
font-weight:bold;
}
.nav-menus-php body.js .item-order {
display:none;
}
.nav-menus-php .item-edit {
position: absolute;
right: -20px;

View File

@ -429,7 +429,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(), '20110923c' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110924' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110919' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );