summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-06-29 02:05:41 +0200
committerlpsolit%gmail.com <>2008-06-29 02:05:41 +0200
commita6f41ad1a4ff69fd050ba4a3e9e7c3fa8033de51 (patch)
tree0e5f16e67c7b34b522b05d4c76a9494718c32e15 /skins
parent75e92404700746d6fb0a05e6ee098fe88efc7530 (diff)
downloadbugzilla-a6f41ad1a4ff69fd050ba4a3e9e7c3fa8033de51.tar.gz
bugzilla-a6f41ad1a4ff69fd050ba4a3e9e7c3fa8033de51.tar.xz
Bug 431370: Make the bug summary edit field larger on show_bug.cgi - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/show_bug.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css
index cba882cbc..3851315da 100644
--- a/skins/standard/show_bug.css
+++ b/skins/standard/show_bug.css
@@ -61,3 +61,6 @@
.bz_time_tracking_table .bz_summarize_time {
text-align: right;
}
+#summary tr td {
+ vertical-align:top;
+}