Add missing Press This image, CSS background tweak. props Chexee. fixes #17184

git-svn-id: https://develop.svn.wordpress.org/trunk@17867 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2011-05-11 21:44:58 +00:00
parent 6555d65af2
commit 6e4a9d6bd3
4 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -4249,7 +4249,7 @@ input.button-highlighted,
}
.pressthis a span {
background: url(../images/press-this.png) no-repeat 10px 7px ;
background: url(../images/press-this.png) no-repeat -45px 5px ;
padding: 8px 0 8px 32px;
display: inline-block;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

View File

@ -487,7 +487,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(), '20110511h' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110511i' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );