summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-12-13 23:47:33 +0100
committermkanat%bugzilla.org <>2009-12-13 23:47:33 +0100
commitfb364fe62e0733e9c593db8dd826be94c7d980db (patch)
tree9156517c8845f5fe6a04ce3bab996bb7dfd69db9 /skins
parent28f6d6593ebd0d0e9d1d01e8de701a68c82854e6 (diff)
downloadbugzilla-fb364fe62e0733e9c593db8dd826be94c7d980db.tar.gz
bugzilla-fb364fe62e0733e9c593db8dd826be94c7d980db.tar.xz
Bug 524254: Make the comment box in bug/edit.html.tmpl into a BLOCK
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 457f909ee..a7b4b253e 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -273,6 +273,10 @@ div#docslinks {
/* Comments */
/************/
+.bz_comment_table td {
+ vertical-align: top;
+}
+
.bz_comment {
margin-bottom: 2em;
}
@@ -303,6 +307,14 @@ div#docslinks {
float: right;
}
+.bz_collapse_expand_comments {
+ padding: 0;
+ margin: 0 0 0 1em;
+ list-style-type: none;
+}
+.bz_collapse_expand_comments li {
+ margin-bottom: .5em;
+}
.bz_collapse_comment {
text-decoration: none;
}