diff options
author | Go MAEDA <maeda@farend.jp> | 2019-02-13 14:07:14 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-02-13 14:07:14 +0000 |
commit | 4e9886f9b5d4df10cd76d67312c06b8af5a17903 (patch) | |
tree | d6996969ef237f982aec5b336f95e1d6f55e97f7 /public | |
parent | 489664df7e2e4d290079c7a4a6fbb776f82ad328 (diff) | |
download | redmine-4e9886f9b5d4df10cd76d67312c06b8af5a17903.tar.gz redmine-4e9886f9b5d4df10cd76d67312c06b8af5a17903.zip |
Styles for block column name (#26081).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17866 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index a9b1c6d73..6ee7575c6 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -265,6 +265,7 @@ 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;} table.issues td.block_column {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;} +table.issues td.block_column span {font-weight: bold; display: block; margin-bottom: 4px;} table.issues td.block_column pre {white-space:normal;} tr.issue.idnt td.subject {background: url(../images/arrow_right.png) no-repeat 2px 50%;} |