You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2007/01/15 15:08:38 UTC

svn commit: r496321 - /myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

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; */