From eb328aa674c69aa35741da36af06a7bd6f2e5282 Mon Sep 17 00:00:00 2001 From: Kathleen Neumann Date: Fri, 12 Jan 2024 11:34:37 +0100 Subject: [PATCH] DMS-301 add css class for JOP service images and fix layout --- .../resources/META-INF/resources/scss/_ubo-common.scss | 7 +++++++ ubo-common/src/main/resources/xsl/mods-display.xsl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ubo-common/src/main/resources/META-INF/resources/scss/_ubo-common.scss b/ubo-common/src/main/resources/META-INF/resources/scss/_ubo-common.scss index 3b589308..da0f5ccf 100644 --- a/ubo-common/src/main/resources/META-INF/resources/scss/_ubo-common.scss +++ b/ubo-common/src/main/resources/META-INF/resources/scss/_ubo-common.scss @@ -171,6 +171,13 @@ content: " "; } + .ubo-jopservice-img { + float:none; + height: 1rem; + vertical-align: baseline; + padding-left: 5px; + } + // Large devices (desktops) and below: <= 1200px @include media-breakpoint-down(lg) { // add/overwrite styles for responsive level lg and lower diff --git a/ubo-common/src/main/resources/xsl/mods-display.xsl b/ubo-common/src/main/resources/xsl/mods-display.xsl index 538e849a..cc16fe1d 100644 --- a/ubo-common/src/main/resources/xsl/mods-display.xsl +++ b/ubo-common/src/main/resources/xsl/mods-display.xsl @@ -1317,7 +1317,7 @@ - {i18n:translate('ubo.jop')} + {i18n:translate('ubo.jop')}