From 1e70c2c8213e0ed45bfede0c4494f31805d1e3b6 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Fri, 27 Aug 2010 18:47:58 +0000 Subject: [PATCH] Add previous and next links to search result paging. Small style changes. --- themes/vivo-basic/css/search.css | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/themes/vivo-basic/css/search.css b/themes/vivo-basic/css/search.css index 6c8d3b4c..c10f347d 100644 --- a/themes/vivo-basic/css/search.css +++ b/themes/vivo-basic/css/search.css @@ -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; +}