Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 99204 invoked by uid 500); 18 Nov 2002 09:02:57 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 99129 invoked from network); 18 Nov 2002 09:02:57 -0000 Received: from icarus.apache.org (63.251.56.143) by daedalus.apache.org with SMTP; 18 Nov 2002 09:02:57 -0000 Received: (qmail 28118 invoked by uid 1464); 18 Nov 2002 09:02:55 -0000 Date: 18 Nov 2002 09:02:55 -0000 Message-ID: <20021118090255.28117.qmail@icarus.apache.org> From: nicolaken@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/resources/forrestbar/content/forrestbar/images gump-off.png gump.png local-forrest-off.png local-forrest.png X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nicolaken 2002/11/18 01:02:55 Modified: src/resources/forrestbar/content/forrestbar forrestbar.css Added: src/resources/forrestbar/content/forrestbar/images gump-off.png gump.png local-forrest-off.png local-forrest.png Log: Adding icons for Gump nightly and local Forrest. Basically a cry for help by a serious icon graphic!!! Heeeeeeeeeeelp! ;-) Revision Changes Path 1.4 +16 -0 xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbar.css Index: forrestbar.css =================================================================== RCS file: /home/cvs/xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbar.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- forrestbar.css 16 Nov 2002 18:19:56 -0000 1.3 +++ forrestbar.css 18 Nov 2002 09:02:54 -0000 1.4 @@ -69,3 +69,19 @@ toolbarbutton#forrestbar-asksam:hover { list-style-image: url("images/asksam.png"); } + +toolbarbutton#forrestbar-gump-nightly { + list-style-image: url("images/gump-off.png"); +} +toolbarbutton#forrestbar-gump-nightly:hover { + list-style-image: url("images/gump.png"); +} + +toolbarbutton#forrestbar-local-forrest { + list-style-image: url("images/local-forrest.png"); +} +toolbarbutton#forrestbar-local-forrest:hover { + list-style-image: url("images/local-forrest.png"); +} + + 1.1 xml-forrest/src/resources/forrestbar/content/forrestbar/images/gump-off.png <> 1.1 xml-forrest/src/resources/forrestbar/content/forrestbar/images/gump.png <> 1.1 xml-forrest/src/resources/forrestbar/content/forrestbar/images/local-forrest-off.png <> 1.1 xml-forrest/src/resources/forrestbar/content/forrestbar/images/local-forrest.png <>