From 59f642f7dd0626db80a94da0f625678c0ebbf506 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 12 Feb 2009 19:04:53 +0000 Subject: Bug 464187: Make the text inputs in the show_bug edit form grow with the window Patch By Max Kanat-Alexander r=pyrzak, a=mkanat --- skins/standard/show_bug.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 17ce9afd0..3a91e8c7b 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -7,8 +7,30 @@ font-weight: bold; } +.bz_bug .edit_form { + width: 100%; +} +.bz_bug .edit_form table { + width: 100%; +} +.bz_bug .edit_form .text_input { + width: 100%; + min-width: 25em; +} +.bz_bug #alias { + min-width: 0; + width: 10em; +} + +.flags_label { + text-align: left; +} +table#flags { + width: auto; +} + .bz_column_spacer { - width: 2em; + width: 0.5em; } .related_actions { -- cgit v1.2.3-24-g4f1b