mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
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:
@@ -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
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user