summaryrefslogtreecommitdiff
path: root/solr_search.css
diff options
context:
space:
mode:
authorPrashant S2019-10-25 16:00:01 +0530
committerGitHub2019-10-25 16:00:01 +0530
commit38420315fbc2d6ffa53091c163b20ad3ef875746 (patch)
tree0b770cc13288b868319bb25eacbf87714d722139 /solr_search.css
parent8971fca1e7762b1d68ca0eba9290bd1fc47c7172 (diff)
parentfba8df1b0740a8e6b50d487d340d0764f762efb7 (diff)
downloadr_solr_search-38420315fbc2d6ffa53091c163b20ad3ef875746.tar.gz
r_solr_search-38420315fbc2d6ffa53091c163b20ad3ef875746.tar.bz2
r_solr_search-38420315fbc2d6ffa53091c163b20ad3ef875746.zip
Merge pull request #1 from prashantsinalkar/master
R code search for TBC
Diffstat (limited to 'solr_search.css')
-rwxr-xr-xsolr_search.css32
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;
+}