diff options
author | Go MAEDA <maeda@farend.jp> | 2024-12-03 08:18:47 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-12-03 08:18:47 +0000 |
commit | 12bc103ba1ba2ec6df26a92a901ee8f76fd28dca (patch) | |
tree | 3c4ae554dbf15feab7d57128a5e3bd812463f953 | |
parent | a458d190ca565218843f97bbe28d3c339524cb11 (diff) | |
download | redmine-12bc103ba1ba2ec6df26a92a901ee8f76fd28dca.tar.gz redmine-12bc103ba1ba2ec6df26a92a901ee8f76fd28dca.zip |
Fix misaligned icons and inconsistent indentation in forum message lists (#41873).
Patch by Mizuki ISHIKAWA (user:ishikawa999).
git-svn-id: https://svn.redmine.org/redmine/trunk@23348 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/stylesheets/application.css | 1 |
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;} |