mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +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 {
|
.pagination {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: larger;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination-info {
|
.pagination-info {
|
||||||
@@ -463,4 +464,4 @@ header {
|
|||||||
a {
|
a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -186,7 +186,7 @@
|
|||||||
<xsl:attribute name="href">
|
<xsl:attribute name="href">
|
||||||
<xsl:value-of select="$prev-page"/>
|
<xsl:value-of select="$prev-page"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:text>«</xsl:text>
|
<span class="glyphicon glyphicon-arrow-left"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
<xsl:attribute name="href">
|
<xsl:attribute name="href">
|
||||||
<xsl:value-of select="$next-page"/>
|
<xsl:value-of select="$next-page"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:text>»</xsl:text>
|
<span class="glyphicon glyphicon-arrow-right"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
<xsl:value-of
|
<xsl:value-of
|
||||||
select="substring-after(parent::node()/@pageURLMask,'{pageNum}')"/>
|
select="substring-after(parent::node()/@pageURLMask,'{pageNum}')"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:text>«</xsl:text>
|
<span class="glyphicon glyphicon-arrow-left"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<xsl:if test="(parent::node()/@currentPage - 4) > 0">
|
<xsl:if test="(parent::node()/@currentPage - 4) > 0">
|
||||||
@@ -363,7 +363,7 @@
|
|||||||
<xsl:value-of
|
<xsl:value-of
|
||||||
select="substring-after(parent::node()/@pageURLMask,'{pageNum}')"/>
|
select="substring-after(parent::node()/@pageURLMask,'{pageNum}')"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:text>»</xsl:text>
|
<span class="glyphicon glyphicon-arrow-right"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
Reference in New Issue
Block a user