Add missing Press This image, CSS background tweak. props Chexee. fixes #17184
git-svn-id: http://svn.automattic.com/wordpress/trunk@17867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7667a1ca2f
commit
4584d39d5a
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;
|
||||
}
|
||||
|
|
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