summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorguy.pyrzak%gmail.com <>2008-11-05 02:17:02 +0100
committerguy.pyrzak%gmail.com <>2008-11-05 02:17:02 +0100
commit6708131d92db5ef5201a7c70b5e49b846761bec6 (patch)
tree1132bfae2a2b54badceb69b24d3ffbaa83cb7712 /skins
parentbbb4f51a42c6c313898de9474af7d89fbcd64448 (diff)
downloadbugzilla-6708131d92db5ef5201a7c70b5e49b846761bec6.tar.gz
bugzilla-6708131d92db5ef5201a7c70b5e49b846761bec6.tar.xz
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.css5
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;
+}