From 7a6147b26aa52ad4e9c126d4845fc6cab0971573 Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 24 Jan 2011 17:08:51 +0000 Subject: [PATCH] NIHVIVO-1884: Fixed: Over text on foaf:Person page is extending too far to the right --- .../individual/individual--foaf-person.ftl | 34 +++++++++---------- themes/wilma/css/wilma.css | 1 + 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl index 6d7692ab..c3b71660 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl @@ -58,6 +58,23 @@
+ <#include "individual-sparklineVisualization.ftl"> + <#-- Disable for now until controller sends data --> + <#-- +
+
+

10 Co-Authors

+
+ +
    +
  • +
  • +
+ +

View All arrow icon

+
+ --> + <#if individual.showAdminPanel> <#include "individual-adminPanel.ftl"> @@ -100,23 +117,6 @@
- - <#include "individual-sparklineVisualization.ftl"> - <#-- Disable for now until controller sends data --> - <#-- -
-
-

10 Co-Authors

-
- - - -

View All arrow icon

-
- --> <#assign nameForOtherGroup = "other"> <#-- used by both individual-propertyGroupMenu.ftl and individual-properties.ftl --> diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 0247a969..7b257203 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1212,6 +1212,7 @@ ul#individual-positions li a{ font-size: 1em; padding-right: 10px; padding-top: 10px; + width: 75%; } ul#individual-areas{ padding-bottom: 24px;