diff options
-rw-r--r-- | css/edit_bug.css | 2 | ||||
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 24 |
2 files changed, 15 insertions, 11 deletions
diff --git a/css/edit_bug.css b/css/edit_bug.css index 64fa4cd71..95fb62927 100644 --- a/css/edit_bug.css +++ b/css/edit_bug.css @@ -2,4 +2,6 @@ .bz_private { color: darkred ; background : #f3eeee ; } .bz_disabled { color: #a0a0a0 ; } +.bz_comment { background-color: #e0e0e0; } + table#flags th, table#flags td { vertical-align: baseline; text-align: left; } diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index e46b97f19..a2ef46a8a 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -46,17 +46,19 @@ <div [% "class=\"bz_private\"" IF comment.isprivate %]> [% IF count > 0 %] <br> - ------- <i>Additional Comment - <a name="c[% count %]" href="#c[% count %]">#[% count %]</a> From - <a href="mailto:[% comment.email FILTER html %]"> - [% comment.name FILTER html %]</a> - [%+ comment.time FILTER time %] - </i> - [% IF mode == "edit" %] - <script type="text/javascript" language="JavaScript"><!-- - addReplyLink([% count %]); //--></script> - [% END %] - ------- + <span class="bz_comment"> + ------- <i>Additional Comment + <a name="c[% count %]" href="#c[% count %]">#[% count %]</a> From + <a href="mailto:[% comment.email FILTER html %]"> + [% comment.name FILTER html %]</a> + [%+ comment.time FILTER time %] + </i> + [% IF mode == "edit" %] + <script type="text/javascript" language="JavaScript"><!-- + addReplyLink([% count %]); //--></script> + [% END %] + ------- + </span> [% END %] [% IF mode == "edit" && isinsider %] |