antonio 2004/01/23 05:03:58
Modified: src/blocks/woody/samples/resources woody-page-styling.xsl
Log:
valign="top" for default columns layout : label left and input right
Looks better when we use textarea input type.
Revision Changes Path
1.18 +1 -1
cocoon-2.1/src/blocks/woody/samples/resources/woody-page-styling.xsl
Index: woody-page-styling.xsl
===================================================================
RCS file:
/home/cvs//cocoon-2.1/src/blocks/woody/samples/resources/woody-page-styling.xsl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- woody-page-styling.xsl 22 Jan 2004 18:02:38 -0000 1.17
+++ woody-page-styling.xsl 23 Jan 2004 13:03:57 -0000 1.18
@@ -201,7 +201,7 @@
-->
<xsl:template match="wi:*" mode="group-columns-content">
<tr valign="baseline">
- <td><label for="[EMAIL PROTECTED]" title="{wi:hint}"><xsl:copy-of
select="wi:label/node()"/></label></td>
+ <td valign="top"><label for="[EMAIL PROTECTED]"
title="{wi:hint}"><xsl:copy-of select="wi:label/node()"/></label></td>
<td><xsl:apply-templates select="."/></td>
</tr>
</xsl:template>