From f17553fa4b8d2d10a5a92ae30f77cda2c6a797e1 Mon Sep 17 00:00:00 2001 From: tlw72 Date: Tue, 1 Mar 2011 19:49:55 +0000 Subject: [PATCH] NIHVIVO-2099: standardize org header on temporal graph page --- .../visualization/entitycomparison/layout.css | 29 +++++++++++++++++-- .../entitycomparison/entityComparisonBody.ftl | 2 +- themes/wilma/css/wilma.css | 20 ------------- 3 files changed, 27 insertions(+), 24 deletions(-) diff --git a/productMods/css/visualization/entitycomparison/layout.css b/productMods/css/visualization/entitycomparison/layout.css index 3bc807ad..36f5746c 100644 --- a/productMods/css/visualization/entitycomparison/layout.css +++ b/productMods/css/visualization/entitycomparison/layout.css @@ -117,9 +117,15 @@ a.clear-selected-entities { vertical-align: top; } #header-entity-label { - font-size: 1.1em; - font-weight: bold; +font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, +sans-serif; + font-size: 1.5275em; + color: #2485ae; + line-height: 1.3em; + padding-top:15px; + padding-bottom:10px; } + .ellipsis { white-space: nowrap; overflow: hidden; @@ -201,4 +207,21 @@ p.displayCounter{ #comparisonParameter, #headerText { color: #2485ae; -} \ No newline at end of file +} +/* --------------------------------------------------------------> */ +/* SPECIAL STYLES FOR THE entityComparisonErrorCommonBody.ftl FILE */ +/* --------------------------------------------------------------> */ +#noPubsOrGrants-header { + font-size: 1.375em; + 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; +} diff --git a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonBody.ftl b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonBody.ftl index 931dd719..c5ae99c8 100644 --- a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonBody.ftl +++ b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonBody.ftl @@ -2,7 +2,7 @@
-

${organizationLabel}

+

${organizationLabel}

diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 729c57f3..17fcc0b7 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1405,26 +1405,6 @@ color: #2485AE; color: #2485ae; } -/* --------------------------------------------------------------> */ -/* 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 */ -/* --------------------------------------------------------------> */ -#noPubsOrGrants-header { - font-size: 1.375em; - 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; -} - /* -------------------------------------------------> */ /* IE message when JS is disabled -----------------> */ /* -------------------------------------------------> */