Fix updated graphs in legacy theme

The images are now a little bigger and will be scaled down
here, but the iframe box never grows bigger than the max.
size of the container.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-03-22 17:22:26 +00:00
parent 8714488c73
commit e89b407f88

View File

@@ -443,3 +443,8 @@ table.fw-nat tbody tr td {
#rx_kbs { color: green; }
#tx_kbs { color: red; }
iframe.graph {
min-height: 285px;
width: 750px;
}