mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Finally, the pie graph legend has auto width and allow to click the graph below
This commit is contained in:
parent
ba40202ae5
commit
879e9a9cdc
@ -2451,12 +2451,12 @@ DIV.forced_title_layer {
|
|||||||
|
|
||||||
/* Graphs styles */
|
/* Graphs styles */
|
||||||
|
|
||||||
DIV.legend>DIV {
|
div.legend>div {
|
||||||
width: 100% !important;
|
pointer-events: none; /* Allow to click the graphs below */
|
||||||
opacity: 0.65 !important;
|
opacity: 0.65 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
DIV.nodata_text {
|
div.nodata_text {
|
||||||
padding: 5px 12px 0px 68px;
|
padding: 5px 12px 0px 68px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #C1C1C1;
|
color: #C1C1C1;
|
||||||
@ -2466,7 +2466,7 @@ DIV.nodata_text {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
DIV.nodata_container {
|
div.nodata_container {
|
||||||
width:150px;
|
width:150px;
|
||||||
height:100px;
|
height:100px;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user