NIHVIVO-2844 Updated to javascript to account for potential multiple mostSpecificTypes and allow an override property to be passed as an argument to be used in lieu of the mostSpecificType.
This commit is contained in:
parent
0cd6c1227f
commit
cae38b8d0c
2 changed files with 62 additions and 21 deletions
|
@ -253,6 +253,18 @@ li.individual h1.thumb {
|
|||
#individuals-in-class span.org {
|
||||
display: block;
|
||||
}
|
||||
ul.mostSpecificTypes li {
|
||||
float: left;
|
||||
display: block;
|
||||
padding: 0 10px;
|
||||
border-right: 1px solid #c9c8c8;
|
||||
}
|
||||
ul.mostSpecificTypes li:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
ul.mostSpecificTypes li:last-child {
|
||||
border-right: none
|
||||
}
|
||||
p.no-individuals {
|
||||
margin: 1em 2em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue