From 3df47bce4df7732286fe14324c8003ede9febde0 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Thu, 12 Mar 2015 13:57:06 -0400 Subject: [PATCH] Contain visual facets classes to the containing div so that .label and the rest doesn't spill out. --- themes/blueprint/css/styles.css | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/themes/blueprint/css/styles.css b/themes/blueprint/css/styles.css index 40e44d2ce53..5afe24912ec 100644 --- a/themes/blueprint/css/styles.css +++ b/themes/blueprint/css/styles.css @@ -2341,7 +2341,7 @@ div.handle { /********** Styles for results visualizations **********/ -.node { +#visualResults .node { border: solid 1px white; font: 10px sans-serif; line-height: 12px; @@ -2350,16 +2350,14 @@ div.handle { margin:-1px; } -.node div { +#visualResults .node div { margin-left: 3px; margin-top: 0px; } -.toplevel { - border: 2px solid black; -} +#visualResults .toplevel {border: 2px solid black;} -.label { +#visualResults .label { display: block; line-height: 1; padding: 2px; @@ -2372,13 +2370,10 @@ div.handle { right: 0; } -.notalabel { - color: #000000; -} +#visualResults .notalabel {color: #000000;} + +#viz-instructions {padding-top:600px;} -#viz-instructions { - padding-top:600px; -} #gbsViewer { margin:25px 0px 50px 25px; width: 90%; -- GitLab