summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-06-02 13:29:54 +0000
committerGo MAEDA <maeda@farend.jp>2019-06-02 13:29:54 +0000
commit2d475288e4b79bea7f3beefd5f0be151510b0274 (patch)
treeacb70f3c9b295b1839587dd400b895d51d007dc4 /public
parent748e8725d6c93dadfebc94440a0600cdfb890f9a (diff)
downloadredmine-2d475288e4b79bea7f3beefd5f0be151510b0274.tar.gz
redmine-2d475288e4b79bea7f3beefd5f0be151510b0274.zip
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
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
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;}