]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fix updated graphs in legacy theme
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Mar 2017 17:22:26 +0000 (17:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Mar 2017 17:22:26 +0000 (17:22 +0000)
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>
html/html/themes/ipfire-legacy/include/style.css

index 288a0feeb3ccd0585ee0986b69fc818db7e9abe6..2e9ea92665b9db9d79a7cf0b0db3fb894ccb61ff 100644 (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;
+}