From 548ed9dc75ea7c05f7be355a7efd1398d4cfe422 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 17 Feb 2010 22:22:21 -0600 Subject: News: make add/edit page form larger Make both the title entry and the text area a lot larger so it is easier to add and edit news items from the developer side. Signed-off-by: Dan McGee --- media/arch.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'media/arch.css') diff --git a/media/arch.css b/media/arch.css index 07d2638..9b4759d 100644 --- a/media/arch.css +++ b/media/arch.css @@ -410,4 +410,13 @@ textarea.vLargeTextField { .pkgr2 { background-color: #eee4cb; } - +form#newsform table { + width: 100%; + max-width: 1024px; +} +form#newsform input[type=text] { + width: 100%; +} +form#newsform textarea { + width: 100%; +} -- cgit v1.2.3-24-g4f1b