diff --git a/webapp/web/css/browseIndex.css b/webapp/web/css/browseIndex.css index 17e554c88..8ad331b0f 100644 --- a/webapp/web/css/browseIndex.css +++ b/webapp/web/css/browseIndex.css @@ -2,7 +2,7 @@ /* browseIndex.css contains styles used in the Index pages. */ /* INDIVIDUAL LIST ------> */ -.individualList ul.individualData li{ +.individualList ul.individualData li { padding-bottom: 0; display: inline; padding-right: .3em; @@ -10,15 +10,17 @@ .pagination { display: inline-block; } -.pagination li{ +.pagination li { display: inline-block; padding-right: 2px; } -.pagination li.selectedNavPage{ +.pagination li.selectedNavPage { font-size: 1em; } .rdfLink { + padding-left: 0.5em; font-size: 0.8em; + border-left: 1px solid #a6b1b0; } .individualList a.externalLink { text-decoration: none; @@ -36,7 +38,7 @@ .individualList li { list-style-type: none; margin-bottom: .5em; - } +} .individualList li a { font-weight: normal; } \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/individualList.ftl b/webapp/web/templates/freemarker/body/individualList.ftl index 042d9b635..3333afa3e 100644 --- a/webapp/web/templates/freemarker/body/individualList.ftl +++ b/webapp/web/templates/freemarker/body/individualList.ftl @@ -1,67 +1,61 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> -<#-- List individual members of a class. --> +<#-- List individuals in the requested class. --> <#import "lib-list.ftl" as l> ${stylesheets.add("/css/browseIndex.css")} -
-
-

${title} -    - RDF - -

- <#if subtitle??> -

${subtitle}

- - - <#if message??> -

${message}

- <#else> - - <#assign pagination> - <#if (pages?size > 1) > - pages:  - + + - ${pagination} - -
-
- + + + + + + + ${pagination} + + \ No newline at end of file