Changeset 8683


Ignore:
Timestamp:
2004-11-26T10:50:11+13:00 (19 years ago)
Author:
nzdl
Message:

changed the background behind the page title to use css, so the image is placed properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/classic/transform/style.xsl

    r8662 r8683  
    124124    </xsl:variable>
    125125    <tr>
    126       <td valign='top' align='right' width="200" height="57" background='interfaces/nzdl/images/titleicon.gif'><b><font size="+2" color='black'><xsl:value-of select="$text"/>&#160;&#160;</font></b></td>
     126      <td valign='top' align='right' width="200" height="57" style="background: url(interfaces/nzdl/images/titleicon.gif) no-repeat right bottom"><b><font size="+2" color='black'><xsl:value-of select="$text"/>&#160;&#160;</font></b></td>
    127127    </tr>
    128128      </xsl:if>
     
    140140      </a>
    141141    </td>
    142     <!--          <xsl:choose>
     142    <!--          <xsl:choose>
    143143    <xsl:when test="$pageType='help'">
    144144    <td class="gsbuttonoff">
     
    153153      </td>
    154154      </xsl:otherwise>
    155       </xsl:choose>-->
     155      </xsl:choose> -->
    156156    <xsl:choose>
    157157      <xsl:when test="$pageType='pref'">
Note: See TracChangeset for help on using the changeset viewer.