NIHVIVO-2692:minor style changes to the temporal graph page
This commit is contained in:
parent
c0036f332d
commit
0c68a75483
2 changed files with 15 additions and 8 deletions
|
@ -15,8 +15,14 @@
|
|||
|
||||
#subject-parent-entity {
|
||||
display: none;
|
||||
font-size:.7em;
|
||||
color:#aaa;
|
||||
margin-left:10px;
|
||||
}
|
||||
#subject-parent-entity-spacer {
|
||||
color:#aaa;
|
||||
margin-left:-18px;
|
||||
}
|
||||
|
||||
#error-container {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
<div id="body">
|
||||
|
||||
<div id="subject-parent-entity">
|
||||
<a id="subject-parent-entity-profile-url" href="#"></a>
|
||||
<a id="subject-parent-entity-temporal-url" href="#"><img src="${temporalGraphSmallIcon}" width="15px" height="15px"/></a>
|
||||
</div>
|
||||
|
||||
|
||||
<h2 id="header-entity-label"><span><a id="organizationMoniker" href="${organizationVivoProfileURL}">${organizationLabel}</a>
|
||||
<img id="incomplete-data-disclaimer" class="infoIcon" src="${urls.images}/iconInfo.png" alt="information icon" title="This information is based solely on ${currentParameterObject.value} which have been loaded into the VIVO system" /></span></h2>
|
||||
<h2 id="header-entity-label"><span><a id="organizationMoniker" href="${organizationVivoProfileURL}">${organizationLabel}</a></span>
|
||||
<span id="subject-parent-entity"><span>| </span>
|
||||
<a id="subject-parent-entity-profile-url" href="#" title="Parent organization of ${organizationLabel}"></a>
|
||||
<a id="subject-parent-entity-temporal-url" href="#"><img src="${temporalGraphSmallIcon}" width="15px" height="15px"/></a>
|
||||
</span></h2><br>
|
||||
|
||||
<div id="leftblock">
|
||||
<div id="leftUpper">
|
||||
|
@ -94,7 +94,8 @@
|
|||
</div>
|
||||
|
||||
<div id="bottom">
|
||||
<h3><span id="comparisonParameter"></span></h3>
|
||||
<h3><span id="comparisonParameter"></span>
|
||||
<img id="incomplete-data-disclaimer" class="infoIcon" src="${urls.images}/iconInfo.png" alt="information icon" title="This information is based solely on ${currentParameterObject.value} which have been loaded into the VIVO system" width="15px" height="15px"/></h3>
|
||||
<p class="displayCounter">You have selected <span id="counter">0</span> of a maximum
|
||||
<span id="total">10</span> <span id="entityleveltext"> schools</span>.
|
||||
<span id="legend-row-header">
|
||||
|
|
Loading…
Add table
Reference in a new issue