You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ts...@apache.org on 2004/06/18 17:04:35 UTC

cvs commit: jakarta-tapestry/examples/Workbench/context/css workbench.css

tsvetelin    2004/06/18 08:04:35

  Modified:    examples/Workbench/context FileSystemTree.html
                        FileSystemTableTree.html
               examples/Workbench/context/css workbench.css
  Log:
  style sheet fix for contrib tree tab
  
  Revision  Changes    Path
  1.4       +23 -5     jakarta-tapestry/examples/Workbench/context/FileSystemTree.html
  
  Index: FileSystemTree.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/context/FileSystemTree.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FileSystemTree.html	17 Jun 2004 14:40:32 -0000	1.3
  +++ FileSystemTree.html	18 Jun 2004 15:04:35 -0000	1.4
  @@ -1,9 +1,28 @@
   <!-- generated by Spindle, http://spindle.sourceforge.net -->
   
   <span jwcid="@Border">
  +<!-- to remove the fixed width=700px from workbench.css file for Tree Tab the TABLE.content has been added here-->
   <style>
  +TABLE.content
  +{
  +	background-color: #ffffcc;
  +  	border-color : Black;
  +	border-style : solid;
  +	border-width : thin;
  +	border-top-width : 0px;
  +	border-bottom-width : 2px;
  +	border-right-width : 2px;
  +	border-left-width : 0px;
  +	font-size : smaller;
  +	clear: all;
  +	width: *;
  +}
  +
  +.notSelectedNodeViewClass img, .selectedNodeViewClass img{
  +	vertical-align : bottom;
  +}
   .selectedNodeViewClass .fsNodeValue {
  -	FONT-SIZE: 12px; COLOR: white; BACKGROUND-COLOR: #3163ce; vertical-align : middle; 
  +	FONT-SIZE: 12px; COLOR: white; BACKGROUND-COLOR: #3163ce; vertical-align : bottom; 
   }
   .selectedNodeViewClass A:link {
   	FONT-SIZE: 12px; TEXT-DECORATION: none
  @@ -15,10 +34,10 @@
   	FONT-SIZE: 12px; TEXT-DECORATION: none
   }
   .selectedNodeViewClass A:hover {
  -	FONT-SIZE: 12px; COLOR: white; TEXT-DECORATION: underline
  +	FONT-SIZE: 12px; COLOR: white; TEXT-DECORATION: underline; vertical-align : bottom;
   }
   .notSelectedNodeViewClass .fsNodeValue {
  -	FONT-SIZE: 12px; COLOR: black; vertical-align : middle; 
  +	FONT-SIZE: 12px; COLOR: black; vertical-align : bottom;
   }
   .notSelectedNodeViewClass A:link {
   	FONT-SIZE: 12px; TEXT-DECORATION: none
  @@ -30,9 +49,8 @@
   	FONT-SIZE: 12px; TEXT-DECORATION: none
   }
   .notSelectedNodeViewClass A:hover {
  -	FONT-SIZE: 12px; TEXT-DECORATION: underline; COLOR: black;
  +	FONT-SIZE: 12px; TEXT-DECORATION: underline; COLOR: black;  vertical-align : bottom;
   }
  -
   </style>
       <h1>File System Tree Example</h1>
       <address><a href="mailto:tsvetelin.saykov@rushmore-digital.com">developed by Tsvetelin</a></address>
  
  
  
  1.3       +23 -6     jakarta-tapestry/examples/Workbench/context/FileSystemTableTree.html
  
  Index: FileSystemTableTree.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/context/FileSystemTableTree.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FileSystemTableTree.html	17 Jun 2004 14:40:32 -0000	1.2
  +++ FileSystemTableTree.html	18 Jun 2004 15:04:35 -0000	1.3
  @@ -1,10 +1,27 @@
   <!-- generated by Spindle, http://spindle.sourceforge.net -->
   
   <span jwcid="@Border">
  -
  +<!-- to remove the fixed width=700px from workbench.css file for Tree Tab the TABLE.content has been added here-->
   <style>
  +TABLE.content
  +{
  +	background-color: #ffffcc;
  +  	border-color : Black;
  +	border-style : solid;
  +	border-width : thin;
  +	border-top-width : 0px;
  +	border-bottom-width : 2px;
  +	border-right-width : 2px;
  +	border-left-width : 0px;
  +	font-size : smaller;
  +	clear: all;
  +	width: *;
  +}
  +.notSelectedNodeViewClass img, .selectedNodeViewClass img{
  +	vertical-align : bottom;
  +}
   .selectedNodeViewClass .fsNodeValue {
  -	FONT-SIZE: 12px; COLOR: white; BACKGROUND-COLOR: #3163ce;
  +	FONT-SIZE: 12px; COLOR: white; BACKGROUND-COLOR: #3163ce; vertical-align : bottom; 
   }
   .selectedNodeViewClass A:link {
   	FONT-SIZE: 12px; TEXT-DECORATION: none
  @@ -16,10 +33,10 @@
   	FONT-SIZE: 12px; TEXT-DECORATION: none
   }
   .selectedNodeViewClass A:hover {
  -	FONT-SIZE: 12px; COLOR: white; TEXT-DECORATION: underline
  +	FONT-SIZE: 12px; COLOR: white; TEXT-DECORATION: underline; vertical-align : bottom;
   }
   .notSelectedNodeViewClass .fsNodeValue {
  -	FONT-SIZE: 12px; COLOR: black;
  +	FONT-SIZE: 12px; COLOR: black; vertical-align : bottom;
   }
   .notSelectedNodeViewClass A:link {
   	FONT-SIZE: 12px; TEXT-DECORATION: none
  @@ -31,7 +48,7 @@
   	FONT-SIZE: 12px; TEXT-DECORATION: none
   }
   .notSelectedNodeViewClass A:hover {
  -	FONT-SIZE: 12px; COLOR: black; TEXT-DECORATION: underline
  +	FONT-SIZE: 12px; TEXT-DECORATION: underline; COLOR: black;  vertical-align : bottom;
   }
   .odd { background-color: #cccccc; }
   
  @@ -39,7 +56,7 @@
       <h1>File System TreeTable Example</h1>
       <address><a href="mailto:tsvetelin.saykov@rushmore-digital.com">developed by Tsvetelin</a></address>
       <hr>
  -    	<table border="1">
  +    	<table border="1" width="100%">
       		<tr>
       			<td valign="top"><span jwcid="tree"/></td>
       			<td valign="top"><span jwcid="directoryTableView"/></td>
  
  
  
  1.4       +1 -1      jakarta-tapestry/examples/Workbench/context/css/workbench.css
  
  Index: workbench.css
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/context/css/workbench.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- workbench.css	28 Dec 2003 09:26:44 -0000	1.3
  +++ workbench.css	18 Jun 2004 15:04:35 -0000	1.4
  @@ -43,7 +43,7 @@
   {
     background-color: #808080;
     margin: 2px;
  -  font-family : Trebuchet MS, serif;
  +  font-family : Verdana;
   }
   
   TABLE.requestDebug
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org