From e98556081927d0ebd08ebe02c2c8827c234a3f95 Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 15 Mar 2011 20:30:16 +0000 Subject: [PATCH] NIHVIVO-2163: Improved verbose mode display in property groups. --- themes/wilma/css/wilma.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 7ecca9df..aa30b1e0 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1435,4 +1435,16 @@ section.verbosePropertyListing { } section.verbosePropertyListing span { color: #9bae5a; +} +h2#email .verbosePropertyListing, +h2#phoneNumber .verbosePropertyListing { + margin-top: 10px; + line-height: 1.4em; +} +article.property h3 { + padding: 10px 0 10px 20px; + margin: 0; +} +article.property .verbosePropertyListing { + margin-left: 15px; } \ No newline at end of file