From: Michael Andreen Date: Sun, 7 Jun 2009 18:31:33 +0000 (+0200) Subject: Make the email field wider X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=0353e4eab6080bee665b74b3d08ccc701670977f Make the email field wider --- diff --git a/root/src/settings/index.tt2 b/root/src/settings/index.tt2 index 6faddb5..2b50419 100644 --- a/root/src/settings/index.tt2 +++ b/root/src/settings/index.tt2 @@ -10,7 +10,7 @@
Email - +
Birthday diff --git a/root/static/default.css b/root/static/default.css index c6a364b..83589d7 100644 --- a/root/static/default.css +++ b/root/static/default.css @@ -227,6 +227,10 @@ span.newposts { color: red; } +input.email { + width: 30em; +} + div.bbcode-quote,div.bbcode-code { border: solid; border-width: 1px;