DS-984 Fixed alignment of RSS link on Reference to be slightly nicer.

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6667 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Peter Dietz
2011-09-09 04:24:07 +00:00
parent 9c7d06fe37
commit 4fdc37dbc6
2 changed files with 12 additions and 14 deletions

View File

@@ -949,15 +949,14 @@ div#ds-options li {
background-color: inherit;
}
div#ds-feed-option img
{
padding-right: 5px;
border: none;
}
div#ds-feed-option li
{
padding-top: 4px;
padding-top: 7px;
}
div#ds-feed-option a
{
padding: 0px 0px 2px 20px;
}
div#ds-feed-option ul

View File

@@ -3380,13 +3380,12 @@
<xsl:value-of select="."/>
</xsl:attribute>
<img alt="Syndication Feed Icon" >
<xsl:attribute name="src">
<xsl:value-of select="$context-path"/>
<xsl:text>/static/icons/feed.png</xsl:text>
</xsl:attribute>
</img>
<xsl:choose>
<xsl:attribute name="style">
<xsl:text>background: url(</xsl:text>
<xsl:value-of select="$context-path"/>
<xsl:text>/static/icons/feed.png) no-repeat</xsl:text>
</xsl:attribute>
<xsl:choose>
<xsl:when test="contains(., 'rss_1.0')">
<xsl:text>RSS 1.0</xsl:text>
</xsl:when>