Finally, the pie graph legend has auto width and allow to click the graph below

This commit is contained in:
Alejandro Gallardo Escobar 2014-10-13 18:51:21 +02:00
parent 7be0179bdc
commit 9eebe511e3
1 changed files with 4 additions and 4 deletions

View File

@ -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;