From 32f9572442297b098f467bd9ef8530d222840cc6 Mon Sep 17 00:00:00 2001 From: cdtank Date: Wed, 21 Jul 2010 14:48:08 +0000 Subject: [PATCH] 1. style change so that when window of person level vis is reduced we try to nicely place the sidebar content. there is still a style bug remaianing but need to talk with Nick C before implementing the fix. --- .../css/visualization/personlevel/coauthor_style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/vivo-basic/css/visualization/personlevel/coauthor_style.css b/themes/vivo-basic/css/visualization/personlevel/coauthor_style.css index 0060d865..4a51dc14 100644 --- a/themes/vivo-basic/css/visualization/personlevel/coauthor_style.css +++ b/themes/vivo-basic/css/visualization/personlevel/coauthor_style.css @@ -5,7 +5,9 @@ /* ----------------- body start --------------------------- */ #body{ - width:900px; margin:0 auto; position:relative; + min-width:800px; + margin:0 auto; + position:relative; background: white; } #bodyPannel{