NIHVIVO-2037 Added style to primary and additional links for individual list, so that they:
a. look like links b. are visually distinct from the linked individual itself Noticed an issue where individual.links?has_content tests true for links that have no URL or anchor text. Will create a new issue for Rebecca.
This commit is contained in:
parent
ea36cea007
commit
3853e34f56
1 changed files with 9 additions and 7 deletions
|
@ -19,20 +19,22 @@
|
|||
font-size: 1em;
|
||||
}
|
||||
.rdfLink {
|
||||
padding-left: 0.5em;
|
||||
font-size: 0.8em;
|
||||
padding-left: .5em;
|
||||
font-size: .8em;
|
||||
border-left: 1px solid #a6b1b0;
|
||||
}
|
||||
.individualList a.externalLink {
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
.individualList ul.individualData {
|
||||
display: inline;
|
||||
padding: 0.2em 0.4em;
|
||||
font-size: 0.8em;
|
||||
background: #f7f7f7;
|
||||
}
|
||||
.individualList ul.individualData li.last {
|
||||
border: none;
|
||||
}
|
||||
.individualList a.externalLink {
|
||||
font-weight: normal;
|
||||
}
|
||||
.individualList ul {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue