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:
parent
6555d65af2
commit
6e4a9d6bd3
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
BIN
wp-admin/images/press-this.png
Normal file
BIN
wp-admin/images/press-this.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 818 B |
@ -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' );
|
||||
|
Loading…
Reference in New Issue
Block a user