- 'xsltfile' => "public/solr.xslt"
- search_style.css - vuejs based solr search - vuejs facets
This commit is contained in:
parent
eb4d35ddc1
commit
dd2ad2d898
16 changed files with 316 additions and 110 deletions
9
public/css/search_style.css
vendored
9
public/css/search_style.css
vendored
|
@ -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%;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue