Skip to content

Commit

Permalink
copy url
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHeeryTNA committed Jan 13, 2025
1 parent c50abb3 commit ccde79b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/search/catalogue/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h3>Paintings and Drawings</h3>
<div class="tna-container">
<div class="tna-column tna-column--full ">
<h4><b>Record url:</h4>
<span class="tna-scene-setter">https://beta.nationalarchives.gov.uk/catalogue/id/c23243123<span class="tna-chip"><a href="">COPY</a></span>
<span class="tna-scene-setter">https://beta.nationalarchives.gov.uk/catalogue/id/c23243123<span class="tna-chip tna-chip-inline"><a href="">COPY</a></span>
</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@
.tna-scene-setter {
font-size: 1rem;
}

.tna-chip-inline {
margin-left: 1em;

display: inline;
}

0 comments on commit ccde79b

Please sign in to comment.