From d75fb2a43a83f1ab3d29ff2f676c82086363dcf5 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 30 Sep 2009 14:16:18 +0000 Subject: Bug 455559: The requestee field should be narrower - Patch by Frédéric Buclin r=pyrzak a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 3e5765434..1fe8d41ce 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -342,6 +342,10 @@ table#flags td { min-width: 3em; } +input.requestee { + width: 15em; +} + #error_msg { font-size: x-large; } -- cgit v1.2.3-24-g4f1b