You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2003/11/19 18:29:51 UTC

cvs commit: cocoon-2.1/src/blocks/woody/samples/resources woody-field-styling.xsl woody.css

sylvain     2003/11/19 09:29:51

  Modified:    src/blocks/woody/samples/resources woody-field-styling.xsl
                        woody.css
  Log:
  Adding a bit of style...
  
  Revision  Changes    Path
  1.19      +3 -3      cocoon-2.1/src/blocks/woody/samples/resources/woody-field-styling.xsl
  
  Index: woody-field-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-field-styling.xsl,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- woody-field-styling.xsl	19 Nov 2003 16:54:02 -0000	1.18
  +++ woody-field-styling.xsl	19 Nov 2003 17:29:51 -0000	1.19
  @@ -364,7 +364,7 @@
         </xsl:choose>
       </xsl:variable>
   
  -    <span title="{wi:hint}">
  +    <span  class="woody-doubleList" title="{wi:hint}">
         <table>
         <tr>
             <td>
  @@ -384,7 +384,7 @@
             <!-- command buttons -->
         		<!-- strangely, IE adds an extra blank line if there only a button on a line. So we surround it with nbsp -->
         		<xsl:text>&#160;</xsl:text>
  -      		<input type="button" value="&#160;&gt;&#160;" onclick="opt{generate-id()}.transferRight()"/>
  +      		<input type="button" value="&gt;" onclick="opt{generate-id()}.transferRight()"/>
         		<xsl:text>&#160;</xsl:text>
         		<br/>
         		<xsl:text>&#160;</xsl:text>
  @@ -392,7 +392,7 @@
         		<xsl:text>&#160;</xsl:text>
         		<br/>
         		<xsl:text>&#160;</xsl:text>
  -      		<input type="button" value="&#160;&lt;&#160;" onclick="opt{generate-id()}.transferLeft()"/>
  +      		<input type="button" value="&lt;" onclick="opt{generate-id()}.transferLeft()"/>
         		<xsl:text>&#160;</xsl:text>
         		<br/>
         		<xsl:text>&#160;</xsl:text>
  
  
  
  1.4       +9 -1      cocoon-2.1/src/blocks/woody/samples/resources/woody.css
  
  Index: woody.css
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- woody.css	18 Nov 2003 22:45:28 -0000	1.3
  +++ woody.css	19 Nov 2003 17:29:51 -0000	1.4
  @@ -10,7 +10,7 @@
       z-index: 100;
       cursor: pointer;
   }
  -      
  +
   .woody-tab.woody-activeTab {
       z-index: 102;
       font-weight: bold;
  @@ -43,4 +43,12 @@
       background-color:#FFFFC0; /* light yellow */
       width: 200px; /* otherwise IE does a weird layout */
       z-index:1000; /* must be higher than woody-tabContent */
  +}
  +
  +.woody-doubleList select {
  +    width: 150px;
  +}
  +
  +.woody-doubleList input {
  +    width: 40px;
   }