Feature #1032

Add css class for user comments

Added by Michael Pirogov 106 days ago. Updated 103 days ago.

Status:Closed Start:2008-04-10
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:UI
Target version:0.7
Resolution:

Fixed


Description

Add different css class (div?) for user comments instead of just wiki class, so it can be tuned via custom stylesheet. For better emphasis against automatically inserted messages.

It's possible or it's rubbishy? :)

redmine-history.patch (763 Bytes) Carl Nygard, 2008-04-10 19:53

Associated revisions

Revision 1349
Added by jplang 103 days ago

Add css class for ticket changes (#1032).

History

2008-04-10 19:53 - Carl Nygard

Here's a diff for doing just that. It's based on 0.6.4. Here's some CSS to color it grey:

.journal { background-color: #f2f2f2; padding-bottom: 1px; }
.journal h4 { background-color: #e0e0e0; }

2008-04-13 15:29 - Jean-Philippe Lang

  • Target version changed from 0.8 to 0.7
  • Resolution set to Fixed

Committed in r1349. The div was already here in the the latest code. I added the journal class to it.

2008-04-13 15:29 - Jean-Philippe Lang

  • Status changed from New to Closed

Also available in: Atom PDF