From 9eebe511e335c2b78426106a2c4f8eeab14f0296 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Mon, 13 Oct 2014 18:51:21 +0200 Subject: [PATCH] Finally, the pie graph legend has auto width and allow to click the graph below --- pandora_console/include/styles/pandora.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 3411c6a6bb..ab23fff3eb 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2451,12 +2451,12 @@ DIV.forced_title_layer { /* Graphs styles */ -DIV.legend>DIV { - width: 100% !important; +div.legend>div { + pointer-events: none; /* Allow to click the graphs below */ opacity: 0.65 !important; } -DIV.nodata_text { +div.nodata_text { padding: 5px 12px 0px 68px; font-weight: bold; color: #C1C1C1; @@ -2466,7 +2466,7 @@ DIV.nodata_text { text-align: left; } -DIV.nodata_container { +div.nodata_container { width:150px; height:100px; background-repeat:no-repeat;