From c748a924dcd869cfbbab700c7399f67f5803a8a0 Mon Sep 17 00:00:00 2001 From: mb863 Date: Fri, 4 Feb 2011 14:50:49 +0000 Subject: [PATCH] NIHVIVO-2032: Adjusted padding on headings for index page. --- webapp/web/css/vitro.css | 4 ++++ webapp/web/templates/freemarker/body/classGroups.ftl | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/webapp/web/css/vitro.css b/webapp/web/css/vitro.css index ea43dd275..3ef2204f6 100644 --- a/webapp/web/css/vitro.css +++ b/webapp/web/css/vitro.css @@ -62,4 +62,8 @@ background-color: #7285a0; padding: .5em; margin-bottom: 10px; +} +/* <------ INDEX PAGE*/ +.siteMap h2 { + padding-bottom: 0; } \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/classGroups.ftl b/webapp/web/templates/freemarker/body/classGroups.ftl index 1965fb74b..5e8d89a3d 100644 --- a/webapp/web/templates/freemarker/body/classGroups.ftl +++ b/webapp/web/templates/freemarker/body/classGroups.ftl @@ -5,22 +5,22 @@ <#include "classgroups-checkForData.ftl"> <#if (!noData)> -
+
<#list classGroups as classGroup> <#-- Only render classgroups that have at least one class with individuals --> <#if (classGroup.individualCount > 0)>

${classGroup.publicName}

-
    +
      <#list classGroup.classes as class> <#-- Only render classes with individuals --> <#if (class.individualCount > 0)> -
    • ${class.name} (${class.individualCount})
    • +
    • ${class.name} (${class.individualCount})
    -
+ <#else> ${noDataNotification}