From 7d2c2e787dd394e611db54d2d9c4f88f023ea076 Mon Sep 17 00:00:00 2001 From: mb863 Date: Thu, 3 Feb 2011 18:31:26 +0000 Subject: [PATCH] Done some cosmetics changes on visualization pages (Co-author and co-investigator) to reflect wilma's color scheme. --- productMods/css/visualization/personlevel/page.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/productMods/css/visualization/personlevel/page.css b/productMods/css/visualization/personlevel/page.css index 8341e5d7..b59eb7cf 100644 --- a/productMods/css/visualization/personlevel/page.css +++ b/productMods/css/visualization/personlevel/page.css @@ -186,8 +186,7 @@ table.sparkline_wrapper_table td, th { height: 840px; } #dataPanel { - border-color: #DFE6E6; - border: 1px solid; + border: 1px solid #e9e9e9; background: #F7F9F9; width: 250px; height: 615px; @@ -232,7 +231,7 @@ table.sparkline_wrapper_table td, th { font-size: .9em; } #profileTitle { - background-color: #2A2A2A; + background-color: #2485AE; color: white; font-weight: bold; line-height: 1em !important;