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
Branches
Tags
No related merge requests found
...@@ -84,7 +84,7 @@ bik = "335000-9" ...@@ -84,7 +84,7 @@ bik = "335000-9"
indexExtension = "finc" indexExtension = "finc"
localMarcFieldOfLibraryMapping[] = "fidbbi:1000" localMarcFieldOfLibraryMapping[] = "fidbbi:1000"
localMarcFieldOfLibraryNamespace = "fidbbi" localMarcFieldOfLibraryNamespace = "fidbbi"
generalFormats = false generalFormats = true
;[CustomSite] ;[CustomSite]
; Combine more formats to one css class. If false first format entry will taken ; Combine more formats to one css class. If false first format entry will taken
......
...@@ -287,6 +287,16 @@ input.searchFormKeepFilters { ...@@ -287,6 +287,16 @@ input.searchFormKeepFilters {
} }
// RESULT LIST // 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 { .result-links {
// move favorites and other icons to the right // move favorites and other icons to the right
text-align: 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