From c35e98c3e5569ca0f167a54b175796b24f5a0c29 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 27 Jul 2009 14:40:55 +0200 Subject: [PATCH] Fixed table width on cluster page. --- www/include/style.css | 16 ++++++++++++++-- www/pages/cluster.py | 10 +++++----- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/www/include/style.css b/www/include/style.css index c993139d..aaa30a56 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -435,8 +435,20 @@ table { #nodes th, #nodes td { text-align: left; } -#nodes td { - width: 50px; +#nodes td.hostname { + width: 30px; +} +#nodes td.arch { + width: 20px; +} +#nodes td.speed { + width: 20px; +} +#nodes td.load { + width: 30px; +} +#nodes td.jobs { + width: 70px; } #builds { diff --git a/www/pages/cluster.py b/www/pages/cluster.py index 067ac19d..3d2d107f 100644 --- a/www/pages/cluster.py +++ b/www/pages/cluster.py @@ -61,11 +61,11 @@ page.javascript.write("""