From: Michael Tremer Date: Mon, 27 Jul 2009 12:40:55 +0000 (+0200) Subject: Fixed table width on cluster page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c35e98c3e5569ca0f167a54b175796b24f5a0c29;p=ipfire.org.git Fixed table width on cluster page. --- 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("""