# HG changeset patch # User Dan # Date 1210539585 14400 # Node ID 400ad5a212a83fe5f46520c133e4c2db2541105d # Parent 3acd624d4f4f3af6fa5d2e9e3a6a6f489a875f69 Moved some more images into sprites for Oxygen diff -r 3acd624d4f4f -r 400ad5a212a8 themes/oxygen/css/bleu.css --- a/themes/oxygen/css/bleu.css Sun May 11 16:59:21 2008 -0400 +++ b/themes/oxygen/css/bleu.css Sun May 11 16:59:45 2008 -0400 @@ -544,7 +544,8 @@ } input[type ^="button"], input[type ^="submit"], button { - background-image: url(../images/buttonbg.gif); + background-image: url(../images/bleu/sprite-horiz.gif); + background-position: 0% -60px; background-repeat: repeat-x; color: #202020; } @@ -648,7 +649,8 @@ div.toolbar { border: 1px solid #3b619c; background-color: #D0D0D0; - background-image: url(../images/tb-bkg.gif); + background-image: url(../images/bleu/sprite-horiz.gif); + background-position: 0 -90px; padding: 1px 0; height: 22px; font-family: arial, sans-serif; @@ -683,13 +685,14 @@ div.toolbar a:hover, div.toolbar a:focus { border: 1px solid #000080; background-color: #ceceed; - background-image: url(../images/tb-frg.gif); + background-image: url(../images/bleu/sprite-horiz.gif); + background-position: 0 -118px; color: #000000; text-decoration: none; } div.toolbar a:active { background-color: #E0E0E0; - background-image: url(../images/tb-psh.gif); + background-position: 0 -138px; } div.toolbar img { margin: 0; diff -r 3acd624d4f4f -r 400ad5a212a8 themes/oxygen/images/bleu/sprite-horiz.gif Binary file themes/oxygen/images/bleu/sprite-horiz.gif has changed diff -r 3acd624d4f4f -r 400ad5a212a8 themes/oxygen/images/bleu/src/sprite-horiz.xcf Binary file themes/oxygen/images/bleu/src/sprite-horiz.xcf has changed