From 2d475288e4b79bea7f3beefd5f0be151510b0274 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 2 Jun 2019 13:29:54 +0000 Subject: Insert a link to the source to the attribution line when quoting a note or a message (#31427). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18217 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index f08ef30b6..9981efc4b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -310,7 +310,7 @@ tr.message td.created_on { white-space: nowrap; } tr.message td.last_message { font-size: 80%; white-space: nowrap; } tr.message.sticky td.subject { font-weight: bold; } -body.avatars-on #replies .message {padding-left:32px;} +body.avatars-on #replies .message.reply {padding-left: 32px;} #replies .reply:target h4 {background-color:#DDEEFF;} #replies h4 img.gravatar {margin-left:-32px;} -- cgit v1.2.3