From 28db142aa54b8bea87ada52dbae2da7c7da8f458 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Wed, 24 Nov 2021 17:07:03 +0200 Subject: [PATCH] Add custom rules for gateway links on resultLanding page --- library.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/library.css b/library.css index 68ed1af..8356626 100644 --- a/library.css +++ b/library.css @@ -1138,3 +1138,26 @@ a.filterLabel { width: 1px !important; white-space: nowrap !important; } + +/* temp custom styles for gateway links on resultLanding */ +.custom-list { + list-style: none; + padding-left: 15px; + margin: 10px 0; +} + +.custom-list li { + -webkit-column-break-inside: avoid; + page-break-inside: avoid; + break-inside: avoid; + margin-bottom: 4px; +} + +.connect-image { + max-height:100%; + border-radius: 0 4px 4px 0; +} + +.border-top { + border-top: 1px solid rgba(0,0,0,0.09); +} \ No newline at end of file