Moved some more images into sprites for Oxygen
authorDan
Sun, 11 May 2008 16:59:45 -0400
changeset 552 400ad5a212a8
parent 551 3acd624d4f4f
child 553 7c7f08825cad
Moved some more images into sprites for Oxygen
themes/oxygen/css/bleu.css
themes/oxygen/images/bleu/sprite-horiz.gif
themes/oxygen/images/bleu/src/sprite-horiz.xcf
--- 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;
Binary file themes/oxygen/images/bleu/sprite-horiz.gif has changed
Binary file themes/oxygen/images/bleu/src/sprite-horiz.xcf has changed