Project

General

Profile

Actions

Feature #1032

closed

Add css class for user comments

Added by Michael Pirogov about 16 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
Start date:
2008-04-10
Due date:
% Done:

0%

Estimated time:
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? :)


Files

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

Updated by Carl Nygard about 16 years ago

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; }

Actions #2

Updated by Jean-Philippe Lang about 16 years ago

  • 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.

Actions #3

Updated by Jean-Philippe Lang about 16 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF