From 3853e34f567a33209cd27115326e2eac1705300f Mon Sep 17 00:00:00 2001 From: nac26 Date: Fri, 4 Feb 2011 20:14:24 +0000 Subject: [PATCH] NIHVIVO-2037 Added style to primary and additional links for individual list, so that they: a. look like links b. are visually distinct from the linked individual itself Noticed an issue where individual.links?has_content tests true for links that have no URL or anchor text. Will create a new issue for Rebecca. --- webapp/web/css/browseIndex.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/webapp/web/css/browseIndex.css b/webapp/web/css/browseIndex.css index 63e2f0454..47fc0f716 100644 --- a/webapp/web/css/browseIndex.css +++ b/webapp/web/css/browseIndex.css @@ -19,22 +19,24 @@ font-size: 1em; } .rdfLink { - padding-left: 0.5em; - font-size: 0.8em; + padding-left: .5em; + font-size: .8em; border-left: 1px solid #a6b1b0; } -.individualList a.externalLink { - text-decoration: none; - font-weight: normal; -} .individualList ul.individualData { display: inline; + padding: 0.2em 0.4em; + font-size: 0.8em; + background: #f7f7f7; } .individualList ul.individualData li.last { border: none; } +.individualList a.externalLink { + font-weight: normal; +} .individualList ul { - margin-left: 0; + margin-left: 0; } .individualList li { list-style-type: none;