changes visual console wux

This commit is contained in:
daniel 2017-08-18 13:29:07 +02:00
parent 1b5979113a
commit 86125a3c40
5 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

View File

@ -558,6 +558,7 @@ function pandoraFlotVBars(graph_id, values, labels, labels_long, legend, colors,
options.grid.borderWidth = 0;
options.grid.markings = [ { xaxis: { from: -0.25, to: -0.25 }, color: "#000" },
{ yaxis: { from: 0, to: 0 }, color: "#000" }];
options.grid.markingsLineWidth = 0.3;
options.xaxis.tickLength = 0;
options.yaxis.tickLength = 0;

View File

@ -4256,7 +4256,7 @@ div#footer_help{
}
.wux_global_result_content_right ul li p{
margin-top: 40px;
margin-top: 36px;
margin-right: 10px;
margin-left: 10px;
}