Add previous and next links to search result paging. Small style changes.
This commit is contained in:
parent
8890c74b98
commit
1e70c2c821
1 changed files with 26 additions and 2 deletions
|
@ -2,7 +2,31 @@
|
||||||
|
|
||||||
/*************************************************
|
/*************************************************
|
||||||
|
|
||||||
vivo-basic theme: search result styles
|
vivo-basic theme: search results styles
|
||||||
|
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
|
.searchhits li {
|
||||||
|
margin-top: .75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagingLink {
|
||||||
|
text-decoration: none;
|
||||||
|
margin-left: .25em;
|
||||||
|
margin-right: .25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagingLink:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagingLink.prev {
|
||||||
|
margin-right: 1em;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagingLink.next {
|
||||||
|
margin-left: 1em;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue