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;