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:
azaozz 2008-12-08 11:25:18 +00:00
parent 34a17a5188
commit 678ffe49b9
9 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -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;
}

View File

@ -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 {

View File

@ -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" },

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

View File

@ -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;