NIHVIVO-2449 Remove vitro:moniker from individual profile, and display preferredTitle instead, falling back to mostSpecificTypes.
This commit is contained in:
parent
08f4ee8a5c
commit
ceb4ba96e0
4 changed files with 15 additions and 9 deletions
|
@ -39,7 +39,7 @@
|
|||
#individual-intro h1 {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
#individual-intro span.most-specific-type {
|
||||
#individual-intro span.display-title {
|
||||
padding-left: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
@ -191,7 +191,7 @@ ul#additional-emails li {
|
|||
#individual-info.withThumb {
|
||||
width: 78%;
|
||||
}
|
||||
h1.fn .most-specific-type {
|
||||
h1.fn .display-title {
|
||||
padding-left: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ div.searchTips li {
|
|||
}
|
||||
|
||||
/* Search results */
|
||||
.most-specific-type {
|
||||
.display-title {
|
||||
font-size: .825em;
|
||||
color: #5e6363;
|
||||
border-left: 1px solid #A6B1B0;
|
||||
|
@ -60,5 +60,3 @@ div.searchTips li {
|
|||
padding-right: .35em;
|
||||
}
|
||||
|
||||
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue