You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/01/23 12:07:15 UTC

svn commit: r737002 - /myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/style/style.css

Author: bommel
Date: Fri Jan 23 03:07:15 2009
New Revision: 737002

URL: http://svn.apache.org/viewvc?rev=737002&view=rev
Log:
(TOBAGO-740) Alternative SheetRenderer

Modified:
    myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/style/style.css

Modified: myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/style/style.css?rev=737002&r1=737001&r2=737002&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/style/style.css (original)
+++ myfaces/tobago/branches/tobago-1.0.x/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/sandbox/standard/style/style.css Fri Jan 23 03:07:15 2009
@@ -70,7 +70,14 @@
   left:0;
 }
 
-.tobabo-simpleSheet-cell {
+.tobago-simpleSheet-row {
+  -moz-box-sizing:border-box;
+  -x-system-font:none;
+  height:20px;
+  position:absolute;
+  width: 100%;
+}
+.tobago-simpleSheet-cell {
   -moz-box-sizing:border-box;
   -x-system-font:none;
   border-color:#000000 #000000 #E2E2E2;