NIHVIVO-2449 Display mostSpecificTypes in search results in place of moniker. Create new template model class for individual in search results, since the display increasingly diverges from the individualList display.

This commit is contained in:
ryounes 2011-07-05 22:00:10 +00:00
parent 1d1edb17b8
commit 1c52d91b08
9 changed files with 95 additions and 41 deletions

View file

@ -49,4 +49,16 @@ a:visited span.SearchTerm {
/* Search tips */
div.searchTips li {
line-height: 2em;
}
}
/* Search results */
.most-specific-type {
font-size: .825em;
color: #5e6363;
border-left: 1px solid #A6B1B0;
padding-left: .35em;
padding-right: .35em;
}
*/