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 2007/01/29 12:49:59 UTC

svn commit: r501018 - in /myfaces/tobago/trunk: sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/ theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/ ...

Author: lofwyr
Date: Mon Jan 29 03:49:59 2007
New Revision: 501018

URL: http://svn.apache.org/viewvc?view=rev&rev=501018
Log:
Cleanup "tree-container" is not needed

Modified:
    myfaces/tobago/trunk/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-tree.js
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tree.js
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
    myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css

Modified: myfaces/tobago/trunk/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-tree.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-tree.js?view=diff&rev=501018&r1=501017&r2=501018
==============================================================================
--- myfaces/tobago/trunk/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-tree.js (original)
+++ myfaces/tobago/trunk/sandbox/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-tree.js Mon Jan 29 03:49:59 2007
@@ -464,7 +464,7 @@
     }
     if (this.isFolder) {
       str += '<div id="' + this.id
-          + '-cont" class="tree-container" style="display: '
+          + '-cont" style="display: '
           + (this.expanded ? 'block' : 'none') + ';">';
       for (var i=0; i<this.childNodes.length; ++i) {
         var lastChild = i+1 == this.childNodes.length;

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tree.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tree.js?view=diff&rev=501018&r1=501017&r2=501018
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tree.js (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tree.js Mon Jan 29 03:49:59 2007
@@ -464,7 +464,7 @@
     }
     if (this.isFolder) {
       str += '<div id="' + this.id
-          + '-cont" class="tree-container" style="display: '
+          + '-cont" style="display: '
           + (this.expanded ? 'block' : 'none') + ';">';
       for (var i=0; i<this.childNodes.length; ++i) {
         var lastChild = i+1 == this.childNodes.length;

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=501018&r1=501017&r2=501018
==============================================================================
--- 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 29 03:49:59 2007
@@ -103,21 +103,11 @@
 
 .tobago-treeOld-default {
   overflow: auto;
-}
-
-.tree-container {
-	margin: 0px;
-	padding: 0px;
-	font: icon;
-	white-space: nowrap;
-}
-
-.tree-item {
-	padding: 0px;
-	margin: 0px;
-	font: icon;
-	color: black;
-	white-space: nowrap;
+  padding: 0px;
+  margin: 0px;
+  font: icon;
+  color: black;
+  white-space: nowrap;
 }
 
 .tree-folder-label, .tree-item-label, .tree-folder-label:active,
@@ -167,7 +157,16 @@
 	height: 16px;
 }
 
-/* treeListbox */
+/* Tree -------------------------------------------------------------------- */
+
+.tobago-tree-subtree {
+	margin: 0px;
+	padding: 0px;
+	font: icon;
+	white-space: nowrap;
+}
+
+/* treeListbox -------------------------------------------------------------------- */
 
 select.tobago-treeListbox-default {
 

Modified: myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?view=diff&rev=501018&r1=501017&r2=501018
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Mon Jan 29 03:49:59 2007
@@ -155,22 +155,7 @@
   color: #660000;
 }
 
-/* - Tree ------------------------------------------------------------------- */
-
-.tree-container {
-	margin: 0px;
-	padding: 0px;
-	font: icon;
-	white-space: nowrap;
-}
-
-.tree-item {
-  padding: 0px;
-	margin: 0px;
-	font: icon;
-	color: #000000;
-	white-space: nowrap;
-}
+/* Tree Old ------------------------------------------------------------------- */
 
 .tree-menu-item {
   border: 1px solid #CCCCCC;