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