From 1124e4cffe9f74493ebe861baac4deb3ccc338b1 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Sat, 21 Jun 2008 19:19:06 -0400 Subject: [PATCH] two small prettifications svn path=/trunk/packages/sipb-xen-www/; revision=621 --- code/static/style.css | 4 ++++ code/templates/list.tmpl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/code/static/style.css b/code/static/style.css index 7646d22..ef294ad 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -78,3 +78,7 @@ td.error { tr.stripedrow { background-color: #DDF; } + +#machinelist tr > td:first-child { + padding-right: 1em; +} diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index b696321..61eafdb 100644 --- a/code/templates/list.tmpl +++ b/code/templates/list.tmpl @@ -25,7 +25,7 @@ VM List #end filter Name - + .xvm.mit.edu #filter None $errorRow('name', $err) -- 1.7.9.5