From: Michael Tremer Date: Wed, 22 Mar 2017 17:22:26 +0000 (+0000) Subject: Fix updated graphs in legacy theme X-Git-Tag: v2.19-core110^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e89b407f8894a1378ef9afbdd79180ed3d99a89c;p=people%2Fstevee%2Fipfire-2.x.git 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 --- 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; +}