Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 12565 invoked by uid 500); 16 Nov 2002 18:19: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 12554 invoked from network); 16 Nov 2002 18:19:57 -0000 Received: from icarus.apache.org (63.251.56.143) by daedalus.apache.org with SMTP; 16 Nov 2002 18:19:57 -0000 Received: (qmail 44127 invoked by uid 1464); 16 Nov 2002 18:19:56 -0000 Date: 16 Nov 2002 18:19:56 -0000 Message-ID: <20021116181956.44126.qmail@icarus.apache.org> From: nicolaken@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/resources/forrestbar/content/forrestbar forrestbar.css forrestbarOverlay.xul X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nicolaken 2002/11/16 10:19:56 Modified: src/resources/forrestbar/content/forrestbar forrestbar.css forrestbarOverlay.xul Log: Now buttons are flat, and it's much nicer and slimmer :-) Revision Changes Path 1.3 +13 -13 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- forrestbar.css 24 Jun 2002 08:10:34 -0000 1.2 +++ forrestbar.css 16 Nov 2002 18:19:56 -0000 1.3 @@ -24,48 +24,48 @@ list-style-image: url("images/apache.gif"); } -button.forrestbar { +toolbarbutton.forrestbar { padding: 1px 0px 1px 10px; } -button#forrestbar-search { +toolbarbutton#forrestbar-search { list-style-image: url("images/search-off.gif"); } -button#forrestbar-search:hover { +toolbarbutton#forrestbar-search:hover { list-style-image: url("images/search.gif"); } -button#forrestbar-news { +toolbarbutton#forrestbar-news { list-style-image: url("images/news-off.gif"); } -button#forrestbar-news:hover { +toolbarbutton#forrestbar-news:hover { list-style-image: url("images/news.gif"); } -button#forrestbar-code { +toolbarbutton#forrestbar-code { list-style-image: url("images/code-off.gif"); } -button#forrestbar-code:hover { +toolbarbutton#forrestbar-code:hover { list-style-image: url("images/code.gif"); } -button#forrestbar-download { +toolbarbutton#forrestbar-download { list-style-image: url("images/download-off.gif"); } -button#forrestbar-download:hover { +toolbarbutton#forrestbar-download:hover { list-style-image: url("images/download.gif"); } -button#forrestbar-tools { +toolbarbutton#forrestbar-tools { list-style-image: url("images/tools-off.gif"); } -button#forrestbar-tools:hover { +toolbarbutton#forrestbar-tools:hover { list-style-image: url("images/tools.gif"); } -button#forrestbar-asksam { +toolbarbutton#forrestbar-asksam { list-style-image: url("images/asksam-off.png"); } -button#forrestbar-asksam:hover { +toolbarbutton#forrestbar-asksam:hover { list-style-image: url("images/asksam.png"); } 1.3 +20 -20 xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbarOverlay.xul Index: forrestbarOverlay.xul =================================================================== RCS file: /home/cvs/xml-forrest/src/resources/forrestbar/content/forrestbar/forrestbarOverlay.xul,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- forrestbarOverlay.xul 16 Nov 2002 15:29:15 -0000 1.2 +++ forrestbarOverlay.xul 16 Nov 2002 18:19:56 -0000 1.3 @@ -17,32 +17,32 @@