diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-01-19 19:49:53 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-01-19 19:49:53 +0000 |
commit | 078aeba6444620d99dd5c201d8492d2471d2bc3b (patch) | |
tree | cfc5b4481dd828e99405ba671a7650fac965e26a | |
parent | bc86686a77d6655d0134da3ec4c22cc050f16481 (diff) | |
download | acf-alpine-baselayout-078aeba6444620d99dd5c201d8492d2471d2bc3b.tar.bz2 acf-alpine-baselayout-078aeba6444620d99dd5c201d8492d2471d2bc3b.tar.xz |
Modified health network stats to work with all skins. Static width to work with various browsers and flot.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1685 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | health-networkstats-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/health-networkstats-html.lsp b/health-networkstats-html.lsp index 22b0a86..29f2be0 100644 --- a/health-networkstats-html.lsp +++ b/health-networkstats-html.lsp @@ -102,8 +102,8 @@ Network traffic in bytes/second <TABLE><TR><TD style="vertical-align:top;"> -<div id="chart" style="WIDTH: 100%; HEIGHT: 300px; MIN-WIDTH:600px;"></div></TD> -<TD style="align:left;" WIDTH="140px"><div id="legend" style="margin-left: 10px; width: 130px;"></div></TD> +<div id="chart" style="width:550px; height:300px;"></div></TD> +<TD style="align:left; vertical-align:top; width:140px"><div id="legend" style="margin-left:10px;"></div></TD> </TR></TABLE> |