aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.css7
-rwxr-xr-xindex.cgi4
2 files changed, 9 insertions, 2 deletions
diff --git a/default.css b/default.css
index d21c9a8..3d50a4c 100644
--- a/default.css
+++ b/default.css
@@ -120,6 +120,13 @@ td.settingstable, table.settingstable td{
table.settingstable td.label{
text-align: right;
}
+td.separator_top{
+ border-top:solid thin;
+ padding-top:0.7ex;
+}
+td.separator_bottom{
+ padding-bottom:0.7ex;
+}
tr#usernamesetting {
height: 1.7em
}
diff --git a/index.cgi b/index.cgi
index bd045b2..c7bcbe3 100755
--- a/index.cgi
+++ b/index.cgi
@@ -105,10 +105,10 @@ unless $d.html.header["status"] == "REDIRECT"
</tr>
<tr>
<td></td>
- <td style='padding-bottom:0.7ex'><input type='submit' value='#{createstr}' /></td>
+ <td class='separator_bottom'><input type='submit' value='#{createstr}' /></td>
</tr>
<tr>
- <td colspan='2' style='border-top:solid thin;padding-top:0.7ex;'>#{customaddrstr}:
+ <td colspan='2' class='separator_top'>#{customaddrstr}:
<span class='hint'>#{customaddrhintstr}</span></td>
</tr>
<tr>