diff --git a/doc/release-notes/11053-Metadata Styling fixes b/doc/release-notes/11053-Metadata Styling fixes new file mode 100644 index 00000000000..e9634a71da5 --- /dev/null +++ b/doc/release-notes/11053-Metadata Styling fixes @@ -0,0 +1 @@ +Minor styling fixes for the Related Publication Field and fields using ORCID or ROR have been made (see #11053, #10964, #1106) \ No newline at end of file diff --git a/src/main/webapp/resources/css/structure.css b/src/main/webapp/resources/css/structure.css index b68acaf7488..70c6870a4d3 100644 --- a/src/main/webapp/resources/css/structure.css +++ b/src/main/webapp/resources/css/structure.css @@ -600,6 +600,11 @@ div[id$='roleDisplay'] span.label, div[id$='roleDetails'] span.label {display:in #title {font-size:36px !important;line-height:1.1;font-weight:bold;margin-top:0px;margin-bottom:0px;} #author, #contact {display:block; margin-bottom:.5em;} +/* #11053 */ +#publication span { + margin: 0px 5px 0px 5px; +} + /* RESPONSIVE ORDER HACK BOOTSTRAP 3 https://stackoverflow.com/a/24834574 */ #dataset-colorder-block {height: 50px;} @media(min-width:992px){ @@ -671,15 +676,20 @@ div.edit-field div.ui-message {margin:6px 0;} white-space: pre-wrap !important; } -#metadata_author img { + +img[alt='ORCID logo'], img[alt='ROR logo'] { vertical-align: text-top; margin-right:1px; margin-left: 3px; } -#metadata_author img.ror { +img.ror { vertical-align: middle; } +.expanded[data-cvoc-protocol='ror'] span { + margin: 0px 5px 0px 5px; +} + /* TRUNCATION */ div.more-block {text-align:center; padding-top:250px; width:100%; position:absolute; bottom:0; background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 80%);} button.desc-more-link {margin:0; padding:0;}