- 'xsltfile' => "public/solr.xslt"

- search_style.css
- vuejs based solr search
- vuejs facets
This commit is contained in:
Arno Kaimbacher 2019-10-03 18:54:05 +02:00
parent eb4d35ddc1
commit dd2ad2d898
16 changed files with 316 additions and 110 deletions

View file

@ -288,26 +288,23 @@ font-size: 16px;
max-height: 140px;
}
/* overflow for abstracts */
.clamped {
line-height: 1.5;
overflow: hidden;
position: relative;
}
.clamped-2 {
/* Clamp to 2 lines, ie line-height x 2: */
max-height: 6em;
max-height: 4.5em;
}
.ellipsis {
background: #fff;
bottom: 0;
position: absolute;
right: 0;
}
.fill {
background: #fff;
height: 100%;