vitro/webapp/web/css/browseIndex.css
nac26 3853e34f56 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.
2011-02-04 20:14:24 +00:00

47 lines
No EOL
980 B
CSS

/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* browseIndex.css contains styles used in the Index pages. */
/* INDIVIDUAL LIST ------> */
.individualList ul.individualData li {
padding-bottom: 0;
display: inline;
padding-right: .3em;
}
.pagination {
display: inline-block;
}
.pagination li {
display: inline-block;
padding-right: 2px;
}
.pagination li.selectedNavPage {
font-size: 1em;
}
.rdfLink {
padding-left: .5em;
font-size: .8em;
border-left: 1px solid #a6b1b0;
}
.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;
}
.individualList li {
list-style-type: none;
margin-bottom: .5em;
}
.individualList li a {
font-weight: normal;
}