diff options
author | Prashant S | 2020-07-10 17:44:02 +0530 |
---|---|---|
committer | GitHub | 2020-07-10 17:44:02 +0530 |
commit | b32d1e5f99bebdde72b312c6d93d05dbf9e28558 (patch) | |
tree | 378818d3b5dd50d5a61a92262680b4a9cee3df21 /solr_search.css | |
parent | 9f701719a2f93f7fa2fc5f9fc843454219009cc7 (diff) | |
parent | 2b3f23903b5a50482d797d88d5a0b73332aeaafb (diff) | |
download | scilab_solr_search-master.tar.gz scilab_solr_search-master.tar.bz2 scilab_solr_search-master.zip |
added and updated the code
Diffstat (limited to 'solr_search.css')
-rwxr-xr-x | solr_search.css | 32 |
1 files changed, 32 insertions, 0 deletions
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; +} |