Fixed: Issue number display clipped on 'my issues' (#1291).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1447 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
193b2450f4
commit
0e5edccaf2
|
@ -80,7 +80,7 @@ a.issue.closed, .issue.closed a { text-decoration: line-through; }
|
|||
/***** Tables *****/
|
||||
table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
|
||||
table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
|
||||
table.list td { overflow: hidden; vertical-align: top;}
|
||||
table.list td { vertical-align: top; }
|
||||
table.list td.id { width: 2%; text-align: center;}
|
||||
table.list td.checkbox { width: 15px; padding: 0px;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue