mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 07:05:37 +01:00
Use transparent GIFs for IE6's sake (hopefully for the last time), props vladimir_kolesnikov, fixes #8447
git-svn-id: http://svn.automattic.com/wordpress/trunk@10126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
34a17a5188
commit
678ffe49b9
@ -1468,7 +1468,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
||||
}
|
||||
|
||||
#favorite-toggle {
|
||||
background: transparent url(../images/fav-arrow.png) no-repeat 0 -4px;
|
||||
background: transparent url(../images/fav-arrow.gif) no-repeat 0 -4px;
|
||||
}
|
||||
|
||||
#favorite-actions a {
|
||||
|
@ -79,5 +79,5 @@
|
||||
background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -111px;
|
||||
}
|
||||
#favorite-toggle {
|
||||
background: transparent url(../images/fav-arrow-rtl.png) no-repeat right -4px;
|
||||
background: transparent url(../images/fav-arrow-rtl.gif) no-repeat right -4px;
|
||||
}
|
||||
|
@ -1468,7 +1468,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
||||
}
|
||||
|
||||
#favorite-toggle {
|
||||
background: transparent url(../images/fav-arrow.png) no-repeat 0 -4px;
|
||||
background: transparent url(../images/fav-arrow.gif) no-repeat 0 -4px;
|
||||
}
|
||||
|
||||
#favorite-actions a {
|
||||
|
@ -148,8 +148,8 @@ header( 'Content-Type: application/x-javascript; charset=UTF-8' );
|
||||
{ "url" : "images/ed-bg.gif" },
|
||||
{ "url" : "images/fade-butt.png" },
|
||||
{ "url" : "images/fav.png" },
|
||||
{ "url" : "images/fav-arrow.png" },
|
||||
{ "url" : "images/fav-arrow-rtl.png" },
|
||||
{ "url" : "images/fav-arrow.gif" },
|
||||
{ "url" : "images/fav-arrow-rtl.gif" },
|
||||
{ "url" : "images/fav-bottom.png" },
|
||||
{ "url" : "images/fav-top.png" },
|
||||
{ "url" : "images/generic.png" },
|
||||
|
BIN
wp-admin/images/fav-arrow-rtl.gif
Normal file
BIN
wp-admin/images/fav-arrow-rtl.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 422 B |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
BIN
wp-admin/images/fav-arrow.gif
Normal file
BIN
wp-admin/images/fav-arrow.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 334 B |
Binary file not shown.
Before Width: | Height: | Size: 322 B |
@ -519,7 +519,7 @@ td.action-links, th.action-links {
|
||||
#favorite-toggle {
|
||||
right: auto;
|
||||
left: 0;
|
||||
background:transparent url(images/fav-arrow-rtl.png) no-repeat 10px -4px;
|
||||
background:transparent url(images/fav-arrow-rtl.gif) no-repeat 10px -4px;
|
||||
}
|
||||
#utc-time, #local-time {
|
||||
padding-left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user