You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2006/02/14 18:45:21 UTC

svn commit: r377785 - in /incubator/tobago/trunk: tobago-example/pom.xml tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Author: lofwyr
Date: Tue Feb 14 09:45:20 2006
New Revision: 377785

URL: http://svn.apache.org/viewcvs?rev=377785&view=rev
Log:
bugfix

Modified:
    incubator/tobago/trunk/tobago-example/pom.xml
    incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Modified: incubator/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-example/pom.xml?rev=377785&r1=377784&r2=377785&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-example/pom.xml (original)
+++ incubator/tobago/trunk/tobago-example/pom.xml Tue Feb 14 09:45:20 2006
@@ -35,5 +35,6 @@
     <module>tobago-example-demo</module>
     <module>tobago-example-foreach</module>
     <module>tobago-example-nonfacesrequest</module>
+    <module>tobago-example-test</module>
   </modules>
 </project>

Modified: incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=377785&r1=377784&r2=377785&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ incubator/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Tue Feb 14 09:45:20 2006
@@ -175,7 +175,7 @@
   width: 100%;
 }
 th.tobago-calendar-inner-header {
-  width: 14,3%;
+  width: 14%;
 }
 
 img.tobago-calendar-header {
@@ -183,7 +183,7 @@
 }
 
 td.tobago-calendar-day, td.tobago-calendar-day-disabled, td.tobago-calendar-day-selected {
-  width: 14,3%;
+  width: 14%;
   text-align: center;
   cursor: pointer;
 }
@@ -226,7 +226,7 @@
   margin-right: 5px;
 }
 
-//* selectBooleanCheckbox --------------------------------------------------- */
+/* selectBooleanCheckbox --------------------------------------------------- */
 
 .tobago-selectBooleanCheckbox-default {
   background: transparent;