mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 14:33:09 +00:00
Merge pull request #1130 from hardyoyo/DS-2826-use-bootstrap-glyphicon-arrows
[DS-2826] changed arrow characters for navigation to improve legibility,
This commit is contained in:
@@ -373,6 +373,7 @@ header {
|
||||
|
||||
.pagination {
|
||||
width: 100%;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.pagination-info {
|
||||
@@ -463,4 +464,4 @@ header {
|
||||
a {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -186,7 +186,7 @@
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$prev-page"/>
|
||||
</xsl:attribute>
|
||||
<xsl:text>«</xsl:text>
|
||||
<span class="glyphicon glyphicon-arrow-left"></span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
@@ -201,7 +201,7 @@
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$next-page"/>
|
||||
</xsl:attribute>
|
||||
<xsl:text>»</xsl:text>
|
||||
<span class="glyphicon glyphicon-arrow-right"></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -289,7 +289,7 @@
|
||||
<xsl:value-of
|
||||
select="substring-after(parent::node()/@pageURLMask,'{pageNum}')"/>
|
||||
</xsl:attribute>
|
||||
<xsl:text>«</xsl:text>
|
||||
<span class="glyphicon glyphicon-arrow-left"></span>
|
||||
</a>
|
||||
</li>
|
||||
<xsl:if test="(parent::node()/@currentPage - 4) > 0">
|
||||
@@ -363,7 +363,7 @@
|
||||
<xsl:value-of
|
||||
select="substring-after(parent::node()/@pageURLMask,'{pageNum}')"/>
|
||||
</xsl:attribute>
|
||||
<xsl:text>»</xsl:text>
|
||||
<span class="glyphicon glyphicon-arrow-right"></span>
|
||||
</a>
|
||||
</li>
|
||||
</xsl:if>
|
||||
|
Reference in New Issue
Block a user