From 64c1ead9d82808873edfdb736d5b8082af860f08 Mon Sep 17 00:00:00 2001 From: tlw72 Date: Thu, 10 Feb 2011 18:30:14 +0000 Subject: [PATCH] NIHVIVO-2097: minor style adjustment --- .../entitycomparison/entityComparisonErrorCommonBody.ftl | 4 ++-- themes/wilma/css/wilma.css | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonErrorCommonBody.ftl b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonErrorCommonBody.ftl index cc3ea000..36194a1b 100644 --- a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonErrorCommonBody.ftl +++ b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonErrorCommonBody.ftl @@ -7,8 +7,8 @@

${organizationLabel}

-

${textForCurrentEntityComparisonType?capitalize} Temporal Graph - ${textForOtherEntityComparisonType?capitalize} Temporal Graph +

${textForCurrentEntityComparisonType?capitalize} Temporal Graph + view ${textForOtherEntityComparisonType} temporal graph

This organization has neither sub-organizations nor people with ${textForCurrentEntityComparisonType} in the system. Please visit the full ${organizationLabel} profile page for a more complete overview.

diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index d688d8b2..a7107104 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -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; } \ No newline at end of file