diff options
author | Go MAEDA <maeda@farend.jp> | 2020-03-19 02:10:17 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-03-19 02:10:17 +0000 |
commit | b8279b034678a693bd972e9bde92d1c9df2251e2 (patch) | |
tree | 3445558a4a5395d7a086fb5e8ed8733419b452bf | |
parent | af65199d88a5e734bfa6b840f43c38692bb19e61 (diff) | |
download | redmine-b8279b034678a693bd972e9bde92d1c9df2251e2.tar.gz redmine-b8279b034678a693bd972e9bde92d1c9df2251e2.zip |
Merged r19582 from trunk to 4.1-stable (#33163).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19583 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5c6a5222c..64b25b07d 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -239,7 +239,7 @@ table.list, .table-list { border: 1px solid #e4e4e4; width: 100%; margin-bottom: table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; } table.list td {text-align:center; vertical-align:middle; padding-right:10px;} table.list td.id { width: 2%; text-align: center;} -table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles, table.list td.attachments, table.list td.text, table.list td.short_description {text-align: left;} +table.list td.name, table.list td.description, table.list td.subject, table.list td.parent-subject, table.list td.comments, table.list td.roles, table.list td.attachments, table.list td.text, table.list td.short_description {text-align: left;} table.list td.attachments a {display:block;} table.list td.tick {width:15%} @@ -263,7 +263,7 @@ tr.project.closed, tr.project.archived { color: #aaa; } tr.project.closed a, tr.project.archived a { color: #aaa; } tr.issue { text-align: center; white-space: nowrap; } -tr.issue td.subject, tr.issue td.category, td.assigned_to, td.last_updated_by, tr.issue td.string, tr.issue td.text, tr.issue td.list, tr.issue td.relations, tr.issue td.parent { white-space: normal; } +tr.issue td.subject, tr.issue td.parent-subject, tr.issue td.category, td.assigned_to, td.last_updated_by, tr.issue td.string, tr.issue td.text, tr.issue td.list, tr.issue td.relations, tr.issue td.parent { white-space: normal; } tr.issue td.relations { text-align: left; } tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;} tr.issue td.relations span {white-space: nowrap;} |