NIHVIVO-1885: Fixed: Links to organizations in person's Positions list are not colored like other property links
This commit is contained in:
parent
0c9a7114fa
commit
84e0df4952
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@
|
|||
<#assign positions = propertyGroups.getPropertyAndRemoveFromList("${core}personInPosition")!>
|
||||
<#if positions?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
|
||||
<h2 id="${positions.localName}">${positions.name?capitalize} <@p.addLink positions editable /></h2>
|
||||
<ul class="individual-positions" role="list">
|
||||
<ul id="individual-positions" role="list">
|
||||
<@p.objectProperty positions editable />
|
||||
</ul>
|
||||
</#if>
|
||||
|
|
|
@ -1200,7 +1200,7 @@ h1.fn .preferred-title {
|
|||
}
|
||||
ul#individual-positions{
|
||||
font-size: 1em;
|
||||
list-style: url(../../../images/individual/arrow-green.gif);
|
||||
list-style: url("../../../images/individual/arrow-green.gif");
|
||||
}
|
||||
ul#individual-positions li{
|
||||
line-height: 1.4em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue