two small prettifications
authorGeoffrey Thomas <geofft@mit.edu>
Sat, 21 Jun 2008 23:19:06 +0000 (19:19 -0400)
committerGeoffrey Thomas <geofft@mit.edu>
Sat, 21 Jun 2008 23:19:06 +0000 (19:19 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=621

code/static/style.css
code/templates/list.tmpl

index 7646d22..ef294ad 100644 (file)
@@ -78,3 +78,7 @@ td.error {
 tr.stripedrow {
   background-color: #DDF;
 }
 tr.stripedrow {
   background-color: #DDF;
 }
+
+#machinelist tr > td:first-child {
+  padding-right: 1em;
+}
index b696321..61eafdb 100644 (file)
@@ -25,7 +25,7 @@ VM List
 #end filter
        <tr>
          <td>Name</td>
 #end filter
        <tr>
          <td>Name</td>
-         <td><input type="text" name="name" value="$defaults.name"/></td>
+         <td><input type="text" name="name" value="$defaults.name"/>.xvm.mit.edu</td>
        </tr>
 #filter None
 $errorRow('name', $err)
        </tr>
 #filter None
 $errorRow('name', $err)