From 042778eda505cf3c1add24bef9b07da59912408e Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 15 Mar 2011 14:37:58 +0000 Subject: [PATCH] NIHVIVO-2163: Added markup and styles for verbose property display for individual page. The verbose display in property groups needs some tuning. --- 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 21bbcdaa..7ecca9df 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1423,4 +1423,16 @@ color: #2485AE; .ie-alert { color: #f00; font-weight: bold; +} + +/* -------------------------------------------------> */ +/* VERBOSE DISPLAY --------------------------------> */ +/* -------------------------------------------------> */ +section.verbosePropertyListing { + font-size: 12px; + font-weight: normal; + color: #5E6363; +} +section.verbosePropertyListing span { + color: #9bae5a; } \ No newline at end of file