Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 79221 invoked from network); 15 Jan 2007 14:09:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2007 14:09:42 -0000 Received: (qmail 16162 invoked by uid 500); 15 Jan 2007 14:09:48 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 16080 invoked by uid 500); 15 Jan 2007 14:09:48 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 16067 invoked by uid 99); 15 Jan 2007 14:09:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 06:09:48 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2007 06:09:41 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id DE2181A981D; Mon, 15 Jan 2007 06:08:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r496321 - /myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Date: Mon, 15 Jan 2007 14:08:38 -0000 To: commits@myfaces.apache.org From: weber@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070115140838.DE2181A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: weber Date: Mon Jan 15 06:08:37 2007 New Revision: 496321 URL: http://svn.apache.org/viewvc?view=rev&rev=496321 Log: fix styles Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?view=diff&rev=496321&r1=496320&r2=496321 ============================================================================== --- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original) +++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Mon Jan 15 06:08:37 2007 @@ -236,6 +236,10 @@ font-weight: normal; } +.tobago-button-disabled { + cursor: pointer; +} + .tobago-button-default img { margin-right: 5px; vertical-align: middle; @@ -407,6 +411,7 @@ padding: 0px 0px 0px 2px; margin: 0px; border: 0px solid transparent; + white-space: nowrap; /* font-size: 14px;*/ /* border: 2px solid #ccddee; */ /* background: #ccddee; */