From 09b2024623021a21cb41f8940f6f817f03f26f91 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 12 Jul 2010 19:16:50 -0700 Subject: Bug 521463: Use consistent CSS for text input fields on enter_bug, show_bug, post_bug, etc. r=dkl, a=mkanat --- skins/standard/enter_bug.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'skins/standard/enter_bug.css') diff --git a/skins/standard/enter_bug.css b/skins/standard/enter_bug.css index 2fd79baa4..bb8b05034 100644 --- a/skins/standard/enter_bug.css +++ b/skins/standard/enter_bug.css @@ -55,6 +55,11 @@ max-width: 35em; } +/* Text inputs need to be a little shorter on enter_bug + * than the 100% that they are on show_bug. + */ +#Create .field_value .text_input { max-width: 50em; } + /* The Possible Duplicates table on enter_bug. */ #possible_duplicates th { text-align: center; -- cgit v1.2.3-24-g4f1b