mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 06:23:00 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user