NIHVIVO-2097: minor style adjustment
This commit is contained in:
parent
d4911fea4d
commit
64c1ead9d8
2 changed files with 10 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
<h1 id="noPubsOrGrants-header">${organizationLabel}</h1>
|
||||
|
||||
<h3>${textForCurrentEntityComparisonType?capitalize} Temporal Graph
|
||||
<span class="rdfLink">| <a href="${temporalGraphURL}">${textForOtherEntityComparisonType?capitalize} Temporal Graph</a></span>
|
||||
<h3>${textForCurrentEntityComparisonType?capitalize} Temporal Graph
|
||||
<span id="noPubsOrGrants-span">| <a href="${temporalGraphURL}">view ${textForOtherEntityComparisonType} temporal graph</a></span>
|
||||
</h3>
|
||||
<div id="error-body">
|
||||
<p>This organization has neither sub-organizations nor people with ${textForCurrentEntityComparisonType} in the system. Please visit the full ${organizationLabel} <a href="${organizationVivoProfileURL}">profile page</a> for a more complete overview.</p>
|
||||
|
|
|
@ -1406,7 +1406,7 @@ color: #2485AE;
|
|||
}
|
||||
|
||||
/* --------------------------------------------------------------> */
|
||||
/* SPECIAL STYLE FOR THE entityComparisonErrorCommonBody.ftl FILE */
|
||||
/* SPECIAL STYLES FOR THE entityComparisonErrorCommonBody.ftl FILE */
|
||||
/* WE SHOULD MOVE THIS TO A VISUALIZATION CSS FOR 1.3. CURRENTLY, */
|
||||
/* THE VIS CSS FILES DO NOT GET LOADED WITH THIS FTL FILE. tlw72 */
|
||||
/* --------------------------------------------------------------> */
|
||||
|
@ -1416,4 +1416,11 @@ color: #2485AE;
|
|||
line-height: 1.3em;
|
||||
padding-top:15px;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
#noPubsOrGrants-span {
|
||||
font-size:22px;
|
||||
}
|
||||
#noPubsOrGrants-span a {
|
||||
color: #84a655;
|
||||
font-size:16px;
|
||||
}
|
Loading…
Add table
Reference in a new issue