Changeset 28051


Ignore:
Timestamp:
2013-08-15T09:47:27+12:00 (11 years ago)
Author:
sjm84
Message:

Changing the top buttons into actual buttons and a new experimental look for the collection buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/gslib.xsl

    r27087 r28051  
    214214      <xsl:otherwise>
    215215        <a href="{$coll_href}" title="{$desc}">
    216           <div class="collectionLink">
    217             <xsl:value-of select="displayItem[@name='name']"/>
     216          <div class="collectionLink ui-corner-all">
     217            <div class="collectionLinkText ui-widget-content ui-corner-top">
     218                <xsl:value-of select="displayItem[@name='name']"/>
     219            </div>
     220            <div style="height:15px;" class="ui-state-default ui-corner-bottom"><xsl:text> </xsl:text></div>
    218221          </div>
    219222        </a>
Note: See TracChangeset for help on using the changeset viewer.