From 0353e4eab6080bee665b74b3d08ccc701670977f Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sun, 7 Jun 2009 20:31:33 +0200 Subject: [PATCH] Make the email field wider --- root/src/settings/index.tt2 | 2 +- root/static/default.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.39.2