diff options
author | guy.pyrzak%gmail.com <> | 2008-11-05 01:17:02 +0000 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-11-05 01:17:02 +0000 |
commit | 6708131d92db5ef5201a7c70b5e49b846761bec6 (patch) | |
tree | 1132bfae2a2b54badceb69b24d3ffbaa83cb7712 /skins | |
parent | bbb4f51a42c6c313898de9474af7d89fbcd64448 (diff) | |
download | bugs-6708131d92db5ef5201a7c70b5e49b846761bec6.tar bugs-6708131d92db5ef5201a7c70b5e49b846761bec6.tar.gz bugs-6708131d92db5ef5201a7c70b5e49b846761bec6.tar.bz2 bugs-6708131d92db5ef5201a7c70b5e49b846761bec6.tar.xz bugs-6708131d92db5ef5201a7c70b5e49b846761bec6.zip |
Bug 452888: The status selector is too far from the comment box, leading to a serious usability problem
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/show_bug.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |