From xap-commits-return-474-apmail-incubator-xap-commits-archive=incubator.apache.org@incubator.apache.org Wed Sep 20 23:18:06 2006 Return-Path: Delivered-To: apmail-incubator-xap-commits-archive@locus.apache.org Received: (qmail 32245 invoked from network); 20 Sep 2006 23:18:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 23:18:06 -0000 Received: (qmail 55712 invoked by uid 500); 20 Sep 2006 23:18:06 -0000 Delivered-To: apmail-incubator-xap-commits-archive@incubator.apache.org Received: (qmail 55683 invoked by uid 500); 20 Sep 2006 23:18:06 -0000 Mailing-List: contact xap-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: xap-dev@incubator.apache.org Delivered-To: mailing list xap-commits@incubator.apache.org Received: (qmail 55674 invoked by uid 99); 20 Sep 2006 23:18:06 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 16:18:05 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=mturyn@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.8 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:56607] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 1F/C1-04092-C2CC1154 for ; Wed, 20 Sep 2006 16:18:04 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 40B8B1A981A; Wed, 20 Sep 2006 16:18:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r448400 - /incubator/xap/trunk/css/xapDefault.css Date: Wed, 20 Sep 2006 23:18:02 -0000 To: xap-commits@incubator.apache.org From: mturyn@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060920231802.40B8B1A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mturyn Date: Wed Sep 20 16:18:01 2006 New Revision: 448400 URL: http://svn.apache.org/viewvc?view=rev&rev=448400 Log: for Peter Modified: incubator/xap/trunk/css/xapDefault.css Modified: incubator/xap/trunk/css/xapDefault.css URL: http://svn.apache.org/viewvc/incubator/xap/trunk/css/xapDefault.css?view=diff&rev=448400&r1=448399&r2=448400 ============================================================================== --- incubator/xap/trunk/css/xapDefault.css (original) +++ incubator/xap/trunk/css/xapDefault.css Wed Sep 20 16:18:01 2006 @@ -3,6 +3,22 @@ */ +.buttonUp { + border-top : 2px solid #ccc; + border-right: 2px solid #555; + border-bottom: 2px solid #555; + border-left: 2px solid #ccc; +} + +.buttonDown { + border-top : 2px solid #555; + border-right: 2px solid #ccc; + border-bottom: 2px solid #ccc; + border-left: 2px solid #555; +} + + + DIV TABLE TBODY TR TD SPAN { font: inherit; font-size: inherit;