Browse Source

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
tags/4.1.0
Go MAEDA 5 years ago
parent
commit
4e9886f9b5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      public/stylesheets/application.css

+ 1
- 0
public/stylesheets/application.css View File

@@ -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%;}

Loading…
Cancel
Save