summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--squid-advanced-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/squid-advanced-html.lsp b/squid-advanced-html.lsp
index 920ffcc..108f3f1 100644
--- a/squid-advanced-html.lsp
+++ b/squid-advanced-html.lsp
@@ -43,7 +43,7 @@ until you restart the service.<br><br>
<h2>Configuration</h2>
<form action="" method="POST">
<table>
-<tr><td><textarea name="config" style="width:600px;"><? io.write( service.config ) ?></textarea></td></tr>
-<tr><td><input class="submit" type="submit" name="cmd" value="save" style="width:600px;"></td></tr>
+<tr><td><textarea name="config" style="width:100%;"><? io.write( service.config ) ?></textarea></td></tr>
+<tr><td><input class="submit" type="submit" name="cmd" value="save" style="width:100%;"></td></tr>
</table>
</form>