summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-12-03 08:19:56 +0000
committerGo MAEDA <maeda@farend.jp>2024-12-03 08:19:56 +0000
commit9ba5121376b4be62a21f01c7c681b00d90bc5f5b (patch)
treeca57be12fc0f32bf0f042012c7242556942c5f89 /app
parentecc6f3e438a53206cdb5c2ee0e44fbdae35f64a7 (diff)
downloadredmine-9ba5121376b4be62a21f01c7c681b00d90bc5f5b.tar.gz
redmine-9ba5121376b4be62a21f01c7c681b00d90bc5f5b.zip
Merged r23348 from trunk to 6.0-stable (#41873).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23349 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/application.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 1c9595172..89d385ca0 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -422,6 +422,7 @@ tr.message { height: 2.6em; }
tr.message td.created_on { white-space: nowrap; }
tr.message td.last_message { font-size: 93%; white-space: nowrap; }
tr.message.sticky td.subject { font-weight: bold; }
+tr.message td.subject:not(:has(.icon)) { padding-left: 20px; }
body.avatars-on #replies .message.reply {padding-left: 32px;}
#replies .reply:target h4.reply-header {background-color:#DDEEFF;}