Skip to content

Commit 9cf043b

Browse files
committed
Fixes for IQSS#11053 and IQSS#10964
1 parent a4d0127 commit 9cf043b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/main/webapp/resources/css/structure.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,11 @@ div[id$='roleDisplay'] span.label, div[id$='roleDetails'] span.label {display:in
600600
#title {font-size:36px !important;line-height:1.1;font-weight:bold;margin-top:0px;margin-bottom:0px;}
601601
#author, #contact {display:block; margin-bottom:.5em;}
602602

603+
/* #11053 */
604+
#publication span {
605+
margin: 0px 5px 0px 5px;
606+
}
607+
603608
/* RESPONSIVE ORDER HACK BOOTSTRAP 3 https://stackoverflow.com/a/24834574 */
604609
#dataset-colorder-block {height: 50px;}
605610
@media(min-width:992px){
@@ -671,15 +676,20 @@ div.edit-field div.ui-message {margin:6px 0;}
671676
white-space: pre-wrap !important;
672677
}
673678

674-
#metadata_author img {
679+
680+
img[alt='ORCID logo'], img[alt='ROR logo'] {
675681
vertical-align: text-top;
676682
margin-right:1px;
677683
margin-left: 3px;
678684
}
679685

680-
#metadata_author img.ror {
686+
img.ror {
681687
vertical-align: middle;
682688
}
689+
.expanded[data-cvoc-protocol='ror'] span {
690+
margin: 0px 5px 0px 5px;
691+
}
692+
683693
/* TRUNCATION */
684694
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%);}
685695
button.desc-more-link {margin:0; padding:0;}

0 commit comments

Comments
 (0)