From 1aaf5962cbdcc5a2ad97f01598ec7ce5f93aabcd Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 23 Oct 2019 20:09:42 +0530 Subject: initial commit --- solr_search.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 solr_search.css (limited to 'solr_search.css') diff --git a/solr_search.css b/solr_search.css new file mode 100755 index 0000000..76b6894 --- /dev/null +++ b/solr_search.css @@ -0,0 +1,32 @@ +.search-result ol li p { + margin: 3px 0; +} + +.search-result ol li { + margin-bottom: 15px; + border-bottom: 1px dotted lightgrey; +} + +p.next-res a{ + text-align: right; +} + +.search-result{ + position:relative; + +} +.search-result div#topcontrol{ + display:none; + background:url('btn_goto_top.png'); + position: fixed; + bottom: 65px; + right: 30px; + opacity: 1; + cursor: pointer; +} +.search-result div#topcontrol a{ + width: 36px; + height: 36px; + display:block; + outline: 0; +} -- cgit