Skip to content

Commit

Permalink
fix css for label
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Nov 15, 2024
1 parent 7a1d7be commit eac1483
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/webapp/resources/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,8 @@ span.label-default { background-color: #757575 }
padding: 0px;
}


/*CSL Citations*/
#datasetForm .csl-entry {
border-style: outset;
border-radius: 5px;
Expand All @@ -1215,7 +1217,7 @@ span.label-default { background-color: #757575 }
padding: 10px;
}

#datasetForm:cslLabel {
#datasetForm\:cslLabel {
margin-top:30px;
}

Expand Down

0 comments on commit eac1483

Please sign in to comment.