From e89b407f8894a1378ef9afbdd79180ed3d99a89c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 22 Mar 2017 17:22:26 +0000 Subject: [PATCH] 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 --- html/html/themes/ipfire-legacy/include/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/html/themes/ipfire-legacy/include/style.css b/html/html/themes/ipfire-legacy/include/style.css index 288a0feeb3..2e9ea92665 100644 --- a/html/html/themes/ipfire-legacy/include/style.css +++ b/html/html/themes/ipfire-legacy/include/style.css @@ -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; +} -- 2.39.5