Skip to content

Commit

Permalink
Merge pull request IQSS#11106 from GlobalDataverseCommunityConsortium…
Browse files Browse the repository at this point in the history
…/IQSS/11053-metadata_style_fixes

IQSS/11053 - Metadata Style fixes
  • Loading branch information
ofahimIQSS authored Feb 4, 2025
2 parents 488ceef + 8a6c932 commit faf1999
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/release-notes/11053-metadata-styling-fixes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor styling fixes for the Related Publication Field and fields using ORCID or ROR have been made (see #11053, #10964, #11106)
14 changes: 12 additions & 2 deletions src/main/webapp/resources/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down Expand Up @@ -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.parenthetical[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;}
Expand Down

0 comments on commit faf1999

Please sign in to comment.