The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 4ffea179 authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #15497 [fid_bbi] set general format for records

* set generalFormats in config,ini to true
* change css format label for ai records in result list
parent 74fb85d2
No related merge requests found
......@@ -84,7 +84,7 @@ bik = "335000-9"
indexExtension = "finc"
localMarcFieldOfLibraryMapping[] = "fidbbi:1000"
localMarcFieldOfLibraryNamespace = "fidbbi"
generalFormats = false
generalFormats = true
;[CustomSite]
; Combine more formats to one css class. If false first format entry will taken
......
......@@ -287,6 +287,16 @@ input.searchFormKeepFilters {
}
// RESULT LIST
.result .format {
background: transparent;
color: #333;
font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
font-size: 14px;
margin-top: 0.75em;
padding: 0;
}
.result-links {
// move favorites and other icons to the right
text-align: right;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment