NIHVIVO-2097: minor style adjustment

This commit is contained in:
tlw72 2011-02-10 18:30:14 +00:00
parent d4911fea4d
commit 64c1ead9d8
2 changed files with 10 additions and 3 deletions

View file

@ -8,7 +8,7 @@
<h1 id="noPubsOrGrants-header">${organizationLabel}</h1> <h1 id="noPubsOrGrants-header">${organizationLabel}</h1>
<h3>${textForCurrentEntityComparisonType?capitalize} Temporal Graph <h3>${textForCurrentEntityComparisonType?capitalize} Temporal Graph
<span class="rdfLink">|&nbsp;<a href="${temporalGraphURL}">${textForOtherEntityComparisonType?capitalize} Temporal Graph</a></span> <span id="noPubsOrGrants-span">|&nbsp;<a href="${temporalGraphURL}">view ${textForOtherEntityComparisonType} temporal graph</a></span>
</h3> </h3>
<div id="error-body"> <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> <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>

View file

@ -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, */ /* 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 */ /* THE VIS CSS FILES DO NOT GET LOADED WITH THIS FTL FILE. tlw72 */
/* --------------------------------------------------------------> */ /* --------------------------------------------------------------> */
@ -1417,3 +1417,10 @@ color: #2485AE;
padding-top:15px; padding-top:15px;
padding-bottom:10px; padding-bottom:10px;
} }
#noPubsOrGrants-span {
font-size:22px;
}
#noPubsOrGrants-span a {
color: #84a655;
font-size:16px;
}