From b90e84b9fe252df464d084f0222c65367407a4ba Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 13 May 2007 17:09:56 +0000 Subject: Per project forums added. Permissions for forums management can be set in "Admin -> Roles & Permissions". Forums can be created on the project settings screen ("Forums" tab). Once a project has a forum, a "Forums" link appears in the project menu. For now, posting messages in forums requires to be logged in. Files can be attached to messages. git-svn-id: http://redmine.rubyforge.org/svn/trunk@529 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/images/22x22/comment.png | Bin 520 -> 1078 bytes public/stylesheets/application.css | 2 ++ 2 files changed, 2 insertions(+) (limited to 'public') diff --git a/public/images/22x22/comment.png b/public/images/22x22/comment.png index c5186abd9..e2f4e701c 100644 Binary files a/public/images/22x22/comment.png and b/public/images/22x22/comment.png differ diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 0503e36fb..48079adf8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -475,6 +475,8 @@ position: relative; margin: 0 5px 5px; } +div.attachments {padding-left: 6px; border-left: 2px solid #ccc;} + .overlay{ position: absolute; margin-left:0; -- cgit v1.2.3