diff --git a/src/content-handlers/iiif/modules/uv-pagingheaderpanel-module/css/styles.less b/src/content-handlers/iiif/modules/uv-pagingheaderpanel-module/css/styles.less index 8c11982d8..cadb71af8 100644 --- a/src/content-handlers/iiif/modules/uv-pagingheaderpanel-module/css/styles.less +++ b/src/content-handlers/iiif/modules/uv-pagingheaderpanel-module/css/styles.less @@ -34,11 +34,13 @@ .image-selectionbox-options { float: left; - margin: 0 0 0 0; + margin: 6px 0 6px 0; } .image-selectionbox { height: 30px; + color: black; + padding-right: 1.7rem; } .prevOptions { @@ -48,7 +50,7 @@ .mode { float: left; - margin: 12px 0 0 0; + margin: 12px 6px 0 0; } .search { @@ -90,7 +92,7 @@ } &.modeOptionsDisabled { - width: 280px; + width: auto; } .autocompleteText { diff --git a/src/iiif-collection.json b/src/iiif-collection.json index 9bd38ea32..a395e415c 100644 --- a/src/iiif-collection.json +++ b/src/iiif-collection.json @@ -35,6 +35,11 @@ "@type": "sc:Manifest", "label": "Svea hovrätt huvudarkivet A I a 1:318" }, + { + "@id": "https://lbiiif-acc.riksarkivet.se/arkis!A0017399/manifest", + "@type": "sc:Manifest", + "label": "Ådals-Lidens kyrkoarkiv C:4" + }, { "@id": "https://lbiiif-acc.riksarkivet.se/arkis!T0000013/manifest", "@type": "sc:Manifest", diff --git a/src/uv-iiif-config.json b/src/uv-iiif-config.json index b98d262f7..598d31f87 100644 --- a/src/uv-iiif-config.json +++ b/src/uv-iiif-config.json @@ -34,7 +34,10 @@ }, "pagingHeaderPanel": { "options": { - "pagingToggleEnabled": true + "pagingToggleEnabled": true, + "imageSelectionBoxEnabled": true, + "autoCompleteBoxEnabled": false, + "modeOptionsEnabled": false } }, "openSeadragonCenterPanel": {