From f3f759ff2add66d04d428a6c81facbb291bdcb90 Mon Sep 17 00:00:00 2001 From: tlw72 Date: Fri, 14 Jan 2011 17:12:38 +0000 Subject: [PATCH] New css file for individual list page --- webapp/web/css/browseIndex.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 webapp/web/css/browseIndex.css diff --git a/webapp/web/css/browseIndex.css b/webapp/web/css/browseIndex.css new file mode 100644 index 000000000..8edcf63c5 --- /dev/null +++ b/webapp/web/css/browseIndex.css @@ -0,0 +1,26 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* browseIndex.css contains styles used in the Index pages. */ + +/* INDIVIDUAL LIST ------> */ +.individualList ul.individualData li { + padding-bottom: 0; +} +.pagination { + display:inline-block; +} +.pagination li { + display:inline-block; + padding-right:2px; +} +.pagination li.selectedNavPage { + color:#91b039; + font-size:1em; +} +.rdfLink { + font-size: 0.8em; + border-left: 1px solid #a6b1b0; +} + +.rdfLink a { + color: #84a655; +}