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:
nac26 2011-02-04 20:14:24 +00:00
parent ea36cea007
commit 3853e34f56

View file

@ -19,22 +19,24 @@
font-size: 1em; font-size: 1em;
} }
.rdfLink { .rdfLink {
padding-left: 0.5em; padding-left: .5em;
font-size: 0.8em; font-size: .8em;
border-left: 1px solid #a6b1b0; border-left: 1px solid #a6b1b0;
} }
.individualList a.externalLink {
text-decoration: none;
font-weight: normal;
}
.individualList ul.individualData { .individualList ul.individualData {
display: inline; display: inline;
padding: 0.2em 0.4em;
font-size: 0.8em;
background: #f7f7f7;
} }
.individualList ul.individualData li.last { .individualList ul.individualData li.last {
border: none; border: none;
} }
.individualList a.externalLink {
font-weight: normal;
}
.individualList ul { .individualList ul {
margin-left: 0; margin-left: 0;
} }
.individualList li { .individualList li {
list-style-type: none; list-style-type: none;