From 6708131d92db5ef5201a7c70b5e49b846761bec6 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Wed, 5 Nov 2008 01:17:02 +0000 Subject: Bug 452888: The status selector is too far from the comment box, leading to a serious usability problem Patch By Guy Pyrzak r=mkanat, a=mkanat --- skins/standard/show_bug.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'skins') diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 80c4513d6..4fded9a95 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -57,6 +57,11 @@ .bz_time_tracking_table .bz_summarize_time { text-align: right; } + #summary tr td { vertical-align:top; } + +#status { + margin-bottom: 3ex; +} -- cgit v1.2.3-24-g4f1b